From 1b89bb9ff91471fd4176e56ae4a3b58d3aa544e9 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Sun, 12 Apr 2020 13:42:10 +0300 Subject: [PATCH] - New version 17.4.0. --- app/build.gradle | 4 ++-- fastlane/metadata/android/en-US/changelogs/17.4.0.txt | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/17.4.0.txt diff --git a/app/build.gradle b/app/build.gradle index f70d50c7..d7f491de 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 29 - versionCode = 117 - versionName = '17.3.1' + versionCode = 118 + versionName = '17.4.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' diff --git a/fastlane/metadata/android/en-US/changelogs/17.4.0.txt b/fastlane/metadata/android/en-US/changelogs/17.4.0.txt new file mode 100644 index 00000000..063f09f3 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/17.4.0.txt @@ -0,0 +1,3 @@ +- Added support for Android 10 (API level 29). +- Improved asking of microphone permission when baresip is started the first time. +- Avoid crash if call button is touched without accounts.