New version 57.1.0

This commit is contained in:
Juha Heinanen
2023-06-01 17:55:33 +03:00
parent 3b3dd30875
commit 25eba05b60
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 33 targetSdkVersion 33
versionCode = 288 versionCode = 289
versionName = '57.0.0' versionName = '57.1.0'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'
@@ -0,0 +1,3 @@
- Added more vertical padding to account configuration
- Hack to fix wrongly escaped URI when call or dial request comes from outside
- New Czech translations