New version 48.1.0

This commit is contained in:
Juha Heinanen
2022-09-02 12:03:42 +03:00
parent d859e9c220
commit 783b00611f
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 32 targetSdkVersion 32
versionCode = 229 versionCode = 230
versionName = '48.0.1' versionName = '48.1.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'
@@ -0,0 +1,2 @@
- Added GSM codec
- Made window un-touchable and started 5 second timer at Quit or Restart