diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 91bca146..b54f1b20 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 = 459 - versionName = "72.0.0" + versionCode = 460 + versionName = "73.0.0" @Suppress("UnstableApiUsage") externalNativeBuild { cmake { diff --git a/fastlane/metadata/android/en-US/changelogs/460.txt b/fastlane/metadata/android/en-US/changelogs/460.txt new file mode 100644 index 00000000..76811749 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/460.txt @@ -0,0 +1,3 @@ +- After restore, cleared recorded call indications from calls and call details screens +- On call details screen, added possibility to save call recording by long click on call duration and to delete call history by long click on call time value +- Added progress bar and stop button to play recording dialog