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