New version 55.0.2

This commit is contained in:
Juha Heinanen
2023-04-20 17:04:38 +03:00
parent 8b938f5dca
commit 77aaf3d2d2
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 = 280 versionCode = 281
versionName = '55.0.1' versionName = '55.0.2'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'
@@ -0,0 +1,3 @@
- Upstream fix of call remaining in active list even when closed
- Better handling of WiFi hotspot enable/disable events
- Improved alert dialog text button dark theme color contrast