diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4fc38a74..36426648 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 = 509 - versionName = "82.2.1" + versionCode = 510 + versionName = "82.2.2" @Suppress("UnstableApiUsage") externalNativeBuild { cmake { diff --git a/fastlane/metadata/android/en-US/changelogs/510.txt b/fastlane/metadata/android/en-US/changelogs/510.txt new file mode 100644 index 00000000..05116967 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/510.txt @@ -0,0 +1,3 @@ +- Show two mobile account tel URIs if different SIM is preferred for calls and messages +- Properly show edited contact URIs right after check icon is touched +- New translations (Chinese)