diff --git a/app/build.gradle b/app/build.gradle index 4727aab2..d898caed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 114 - versionName = '17.2.2' + versionCode = 115 + versionName = '17.2.3' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/17.2.3.txt b/fastlane/metadata/android/en-US/changelogs/17.2.3.txt new file mode 100644 index 00000000..f7ddf58c --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.2.3.txt @@ -0,0 +1,4 @@ +- Prevent crashes resulting from double clicking of various icons and + list items. +- Change color of account's notification icon to white when account is + unregistered.