- increased version
- restored finish at baresip exit
This commit is contained in:
@ -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'
|
||||
|
||||
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user