From b37f25335c35af50882508b5db069a3fa12fee4a Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 21 Jan 2021 13:33:00 +0100 Subject: [PATCH] version bump to 2.9.5 --- CHANGELOG.md | 4 ++++ build.gradle | 6 +++--- fastlane/metadata/android/en-US/changelogs/405.txt | 1 + 3 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 fastlane/metadata/android/en-US/changelogs/405.txt diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b597c4f6..9ff5b5d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### Version 2.9.5 + +* Quicksy: Automatically receive verification SMS + ### Version 2.9.4 * minor stability improvements for A/V calls diff --git a/build.gradle b/build.gradle index 78f4c41cd..c5d1686b1 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ dependencies { //okhttp needs to stick with 3.12.x implementation 'com.squareup.okhttp3:okhttp:3.12.12' implementation 'com.google.guava:guava:27.1-android' - quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.11.1' + quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.12.16' implementation fileTree(include: ['libwebrtc-m87.aar'], dir: 'libs') } @@ -94,8 +94,8 @@ android { defaultConfig { minSdkVersion 21 targetSdkVersion 29 - versionCode 404 - versionName "2.9.4" + versionCode 405 + versionName "2.9.5" archivesBaseName += "-$versionName" applicationId "eu.siacs.conversations" resValue "string", "applicationId", applicationId diff --git a/fastlane/metadata/android/en-US/changelogs/405.txt b/fastlane/metadata/android/en-US/changelogs/405.txt new file mode 100644 index 000000000..e858b6cd1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/405.txt @@ -0,0 +1 @@ +* Quicksy: Automatically receive verification SMS