From 3445a58eb6625c5702ecebc54940e68c8a04c708 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 30 May 2019 15:11:29 +0300 Subject: [PATCH] - New version 8.3.1. --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/8.3.1.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/8.3.1.txt diff --git a/app/build.gradle b/app/build.gradle index 6eb4c105..66e8af14 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 28 - versionCode = 67 - versionName = '8.3.0' + versionCode = 68 + versionName = '8.3.1' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/8.3.1.txt b/fastlane/metadata/android/en-US/changelogs/8.3.1.txt new file mode 100644 index 00000000..49666591 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/8.3.1.txt @@ -0,0 +1,5 @@ +- Don't set audio to communication mode when call is established, + because on some devices it adds 3-4 sec delay to playing of audio. +- Made Acoustic Echo Cancellation configurable. +- Enable call info button when it becomes visible. +- Use device's default theme when displaying spinners.