From cf4f9781a6b7e4ec1608a7e37ec91273ff6eb968 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 23 Nov 2021 17:11:02 +0200 Subject: [PATCH] New version 36.1.1 for F-Droid (build of 36.1.0 failed due to missing mic_icon) --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/36.1.1.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/36.1.1.txt diff --git a/app/build.gradle b/app/build.gradle index 0015e615..4b7cbd28 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 31 - versionCode = 185 - versionName = '36.1.0' + versionCode = 186 + versionName = '36.1.1' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/36.1.1.txt b/fastlane/metadata/android/en-US/changelogs/36.1.1.txt new file mode 100644 index 00000000..5a5442ff --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/36.1.1.txt @@ -0,0 +1,4 @@ +- Moved call mute button from call control to action bar +- Added Battery Optimizations setting +- Ask record audio permission when baresip is started +- New Portuguese (Brazil), French, and Swedish translations