New version 55.0.1

This commit is contained in:
Juha Heinanen
2023-04-19 16:41:12 +03:00
parent 833664f2d7
commit 28bd552354
2 changed files with 4 additions and 2 deletions

View File

@ -9,8 +9,8 @@ android {
applicationId = 'com.tutpro.baresip' applicationId = 'com.tutpro.baresip'
minSdkVersion 23 minSdkVersion 23
targetSdkVersion 33 targetSdkVersion 33
versionCode = 279 versionCode = 280
versionName = '55.0.0' versionName = '55.0.1'
externalNativeBuild { externalNativeBuild {
cmake { cmake {
cFlags '-DHAVE_INTTYPES_H -lstdc++' cFlags '-DHAVE_INTTYPES_H -lstdc++'

View File

@ -0,0 +1,2 @@
- Upstream fix of call remaining in active list even when closed
- Better handling of WiFi hotspot enable/disable events