version bump to 2.9.5

Daniel Gultsch created

Change summary

CHANGELOG.md                                       | 4 ++++
build.gradle                                       | 6 +++---
fastlane/metadata/android/en-US/changelogs/405.txt | 1 +
3 files changed, 8 insertions(+), 3 deletions(-)

Detailed changes

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
 

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