From 6c3f5e6a2463faf339c17fd73b4b69feb348c20a Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 2 Nov 2021 09:13:47 +0200 Subject: [PATCH] New version 35.1.0 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/35.1.0.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/35.1.0.txt diff --git a/app/build.gradle b/app/build.gradle index 6071a800..7f69276a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 30 - versionCode = 180 - versionName = '35.0.0' + versionCode = 181 + versionName = '35.1.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/35.1.0.txt b/fastlane/metadata/android/en-US/changelogs/35.1.0.txt new file mode 100644 index 00000000..5b4ff037 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/35.1.0.txt @@ -0,0 +1,5 @@ +- When aec is enabled/disabled, load/unload webrtc_aecm module +- Use BaresipService to play all sounds +- Proper handling of session progress response +- During call, volume keys now control media volume +- Use communication audio mode when not in ringing audio mode