From c49da8dbfa5da56e8358def3d85124bc846c3b06 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Thu, 15 Dec 2022 06:13:00 +0200 Subject: [PATCH] New version 49.3.1 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/49.3.1.txt | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/49.3.1.txt diff --git a/app/build.gradle b/app/build.gradle index ff19c0de..c554af93 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 33 - versionCode = 241 - versionName = '49.3.0' + versionCode = 242 + versionName = '49.3.1' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H -lstdc++' diff --git a/fastlane/metadata/android/en-US/changelogs/49.3.1.txt b/fastlane/metadata/android/en-US/changelogs/49.3.1.txt new file mode 100644 index 00000000..c211e845 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/49.3.1.txt @@ -0,0 +1,4 @@ +- Added "RTCP Multiplexing" account setting +- Distributes action buttons evenly at the bottom of main activity +- Used colorSecondaryDark as text view hint color +- Show correct status notification when there is no registered UAs