From b39c062561bd363930c7285b9d7cf5693411541b Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Mon, 9 May 2022 08:16:20 +0300 Subject: [PATCH] New version 45.1.2 --- app/build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/45.1.2.txt | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/45.1.2.txt diff --git a/app/build.gradle b/app/build.gradle index fb63f99e..0178223d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId = 'com.tutpro.baresip' minSdkVersion 21 targetSdkVersion 31 - versionCode = 216 - versionName = '45.1.1' + versionCode = 217 + versionName = '45.1.2' externalNativeBuild { cmake { cFlags '-DHAVE_INTTYPES_H' @@ -53,7 +53,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.4.1' implementation 'androidx.constraintlayout:constraintlayout:2.1.3' implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version" - implementation 'com.google.android.material:material:1.5.0' + implementation 'com.google.android.material:material:1.6.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.1.0' implementation "androidx.swiperefreshlayout:swiperefreshlayout:1.1.0" diff --git a/fastlane/metadata/android/en-US/changelogs/45.1.2.txt b/fastlane/metadata/android/en-US/changelogs/45.1.2.txt new file mode 100644 index 00000000..b0df290a --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/45.1.2.txt @@ -0,0 +1 @@ +Ring and notification tone related fixes and improvements