From 6553293a3ab001cee305b07867da4bb5cccde882 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Fri, 4 Feb 2022 20:29:44 +0200 Subject: [PATCH] New version 40.0.1 --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/40.0.1.txt | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/40.0.1.txt diff --git a/app/build.gradle b/app/build.gradle index ccec89a8..6b4aaf46 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 31 - versionCode = 198 - versionName = '40.0.0' + versionCode = 199 + versionName = '40.0.1' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/40.0.1.txt b/fastlane/metadata/android/en-US/changelogs/40.0.1.txt new file mode 100644 index 00000000..9effa8af --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/40.0.1.txt @@ -0,0 +1,5 @@ +- Added Telephony Provider account configuration item +- Added support for tel URI as Callee value and Contact URI +- Prompt user for Telephony Provider account if needed to make the call +- Show account's STUN configuration items only if needed +- Improved handling of CALL action from other applications