From d00de9ca665172499056a577c49714f74c227ec3 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 24 Apr 2025 22:25:17 +0300 Subject: [PATCH] New version 66.0.0 --- app/build.gradle.kts | 4 ++-- fastlane/metadata/android/en-US/changelogs/66.0.0.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/66.0.0.txt diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 7a36fd67..12a221f1 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -11,8 +11,8 @@ android { applicationId = "com.tutpro.baresip" minSdk = 28 targetSdk = 35 - versionCode = 426 - versionName = "65.3.0" + versionCode = 427 + versionName = "66.0.0" externalNativeBuild { cmake { cFlags += "-DHAVE_INTTYPES_H -lstdc++" diff --git a/fastlane/metadata/android/en-US/changelogs/66.0.0.txt b/fastlane/metadata/android/en-US/changelogs/66.0.0.txt new file mode 100644 index 00000000..19ef0862 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/66.0.0.txt @@ -0,0 +1,4 @@ +- Use switches instead of check boxes in all activities +- Alert at start if network or hardware Acoustic Echo Cancellation is not available +- Fixed bug that caused truncation of called telephone number +- Avoid crash related to using baresip as the dialer app