- 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:
Juha Heinanen
2018-11-11 05:32:40 +02:00
parent 64d744f5f2
commit fc4e09185d
3 changed files with 13 additions and 8 deletions

View File

@ -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'