diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 95f9bf07..8c22c5a3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -13,8 +13,8 @@ configure { applicationId = "com.tutpro.baresip" minSdk = 28 targetSdk = 36 - versionCode = 511 - versionName = "83.0.0" + versionCode = 512 + versionName = "83.0.1" @Suppress("UnstableApiUsage") externalNativeBuild { cmake { diff --git a/fastlane/metadata/android/en-US/changelogs/512.txt b/fastlane/metadata/android/en-US/changelogs/512.txt new file mode 100644 index 00000000..b1e5fbfb --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/512.txt @@ -0,0 +1,2 @@ +- Improved mobile account's airplane mode handling in APIs < 31 +- Include also mobile account's call and chat history in backup