diff --git a/app/build.gradle b/app/build.gradle index f502d729..05228024 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 23 targetSdkVersion 33 - versionCode = 280 - versionName = '55.0.1' + versionCode = 281 + versionName = '55.0.2' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H -lstdc++' diff --git a/fastlane/metadata/android/en-US/changelogs/55.0.2.txt b/fastlane/metadata/android/en-US/changelogs/55.0.2.txt new file mode 100644 index 00000000..05b4ce5f --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/55.0.2.txt @@ -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