- avoid possible crash when returning to main activity after deleting an
account - use force when Quit is done again (it may still take some time to quit if there is no network connectivity) - increased version codes
This commit is contained in:
@ -7,8 +7,8 @@ android {
|
||||
applicationId = 'com.tutpro.baresip'
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 27
|
||||
versionCode = 31
|
||||
versionName = '3.2.2'
|
||||
versionCode = 32
|
||||
versionName = '3.2.3'
|
||||
externalNativeBuild {
|
||||
cmake {
|
||||
cFlags '-DHAVE_INTTYPES_H'
|
||||
|
||||
Reference in New Issue
Block a user