- New version 13.0.1.

This commit is contained in:
Juha Heinanen
2019-11-16 07:33:41 +02:00
parent 881bf06bde
commit 955c8752d1
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -8,8 +8,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode = 101 versionCode = 102
versionName = '13.0.0' versionName = '13.0.1'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H' cFlags '-DHAVE_INTTYPES_H'
@@ -0,0 +1,2 @@
- Always notify user agent spinner about possible data set change when
resuming main activity without intent.