diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 36426648..95f9bf07 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 = 510 - versionName = "82.2.2" + versionCode = 511 + versionName = "83.0.0" @Suppress("UnstableApiUsage") externalNativeBuild { cmake { diff --git a/fastlane/metadata/android/en-US/changelogs/511.txt b/fastlane/metadata/android/en-US/changelogs/511.txt new file mode 100644 index 00000000..d4f768a3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/511.txt @@ -0,0 +1,6 @@ +- Added possibility to add labels to contacts +- When showing name of contact, show also label when appropriate +- Do not show Android system bar mic icon when call is muted +- Backup/restore fixes and improvements +- New translations (Chinese and French) +