diff --git a/app/build.gradle.kts b/app/build.gradle.kts index b54f1b20..024ec69d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.tutpro.baresip" minSdk = 28 targetSdk = 36 - versionCode = 460 - versionName = "73.0.0" + versionCode = 461 + versionName = "73.0.1" @Suppress("UnstableApiUsage") externalNativeBuild { cmake { diff --git a/fastlane/metadata/android/en-US/changelogs/461.txt b/fastlane/metadata/android/en-US/changelogs/461.txt new file mode 100644 index 00000000..7ba604c5 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/461.txt @@ -0,0 +1,3 @@ +- Use compose based call timer +- Fixed possible race condition when screen is rotated +- New translations (Chinese)