- increased version

- restored finish at baresip exit
This commit is contained in:
Juha Heinanen
2018-08-12 16:39:13 +03:00
parent f96f86d8e0
commit ea7908e7e4
2 changed files with 3 additions and 3 deletions

View File

@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip'
minSdkVersion 21
targetSdkVersion 26
versionCode = 13
versionName = '2.2'
versionCode = 14
versionName = '2.2.1'
externalNativeBuild {
cmake {
cFlags '-DHAVE_INTTYPES_H'

View File

@ -350,7 +350,7 @@ class MainActivity : AppCompatActivity() {
Toast.makeText(applicationContext,
"Baresip has stopped! Check your network connectivity.",
Toast.LENGTH_SHORT).show()
// finish()
finish()
return
}
val uap = params[0]