- Fixed restoring of volume to original level if default call volume is in use.

This commit is contained in:
Juha Heinanen
2019-05-22 15:24:55 +03:00
parent b93733cabc
commit 4a2d9e5309
3 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 28
versionCode = 62
versionName = '8.0.0'
versionCode = 63
versionName = '8.0.1'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'