- increased version
- restored finish at baresip exit
This commit is contained in:
+2
-2
@@ -8,8 +8,8 @@ android {
|
|||||||
applicationId = 'com.tutpro.baresip'
|
applicationId = 'com.tutpro.baresip'
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 26
|
targetSdkVersion 26
|
||||||
versionCode = 13
|
versionCode = 14
|
||||||
versionName = '2.2'
|
versionName = '2.2.1'
|
||||||
externalNativeBuild {
|
externalNativeBuild {
|
||||||
cmake {
|
cmake {
|
||||||
cFlags '-DHAVE_INTTYPES_H'
|
cFlags '-DHAVE_INTTYPES_H'
|
||||||
|
|||||||
@@ -350,7 +350,7 @@ class MainActivity : AppCompatActivity() {
|
|||||||
Toast.makeText(applicationContext,
|
Toast.makeText(applicationContext,
|
||||||
"Baresip has stopped! Check your network connectivity.",
|
"Baresip has stopped! Check your network connectivity.",
|
||||||
Toast.LENGTH_SHORT).show()
|
Toast.LENGTH_SHORT).show()
|
||||||
// finish()
|
finish()
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
val uap = params[0]
|
val uap = params[0]
|
||||||
|
|||||||
Reference in New Issue
Block a user