From 7b5459ce318f10da01594a1ca8fe9b72e895288d Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Tue, 11 Oct 2022 10:50:51 +0300 Subject: [PATCH] New version 49.1.2 --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/49.1.2.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/49.1.2.txt diff --git a/app/build.gradle b/app/build.gradle index aa6fcba9..ed0a7ea0 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 33 - versionCode = 237 - versionName = '49.1.1' + versionCode = 238 + versionName = '49.1.2' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H -lstdc++' @@ -63,7 +63,7 @@ dependencies { implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" implementation "androidx.preference:preference-ktx:1.2.0" - implementation "androidx.exifinterface:exifinterface:1.3.3" + implementation "androidx.exifinterface:exifinterface:1.3.4" implementation "androidx.core:core-ktx:1.9.0" implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.1' implementation "androidx.lifecycle:lifecycle-extensions:2.2.0" diff --git a/fastlane/metadata/android/en-US/changelogs/49.1.2.txt b/fastlane/metadata/android/en-US/changelogs/49.1.2.txt new file mode 100644 index 00000000..97dc4fd6 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/49.1.2.txt @@ -0,0 +1 @@ +- Upstream fix of Media NAT Traversal (STUN/TURN/ICE) bug