From d85bd7e19946e813ede75aa2c92b6bf78183d807 Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 5 Oct 2021 14:30:05 +0300 Subject: [PATCH] New version 34.0.0 --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/34.0.0.txt | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/34.0.0.txt diff --git a/app/build.gradle b/app/build.gradle index 254d9371..611598c7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 30 - versionCode = 177 - versionName = '33.0.0' + versionCode = 178 + versionName = '34.0.0' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' @@ -46,7 +46,7 @@ android { dependencies { implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.appcompat:appcompat:1.3.1' - implementation 'androidx.constraintlayout:constraintlayout:2.1.0' + implementation 'androidx.constraintlayout:constraintlayout:2.1.1' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" implementation 'com.google.android.material:material:1.4.0' implementation 'androidx.cardview:cardview:1.0.0' diff --git a/fastlane/metadata/android/en-US/changelogs/34.0.0.txt b/fastlane/metadata/android/en-US/changelogs/34.0.0.txt new file mode 100644 index 00000000..61748645 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/34.0.0.txt @@ -0,0 +1,2 @@ +- Added limited support for multiple simultaneously active network interfaces +- Show notification when baresip is started without network access