version bump to 2.9.5

This commit is contained in:
Daniel Gultsch 2021-01-21 13:33:00 +01:00
parent 9c087b9dd4
commit b37f25335c
3 changed files with 8 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -0,0 +1 @@
* Quicksy: Automatically receive verification SMS