version bump to 2.8.5 + changelog
This commit is contained in:
parent
dc53976aec
commit
8f7ff2c3dd
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.8.5
|
||||||
|
|
||||||
|
* Reduce echo during calls on some devices
|
||||||
|
* Fix login when passwords contains special characters
|
||||||
|
* Play dial and busy tones on speaker during video calls
|
||||||
|
|
||||||
### Version 2.8.4
|
### Version 2.8.4
|
||||||
|
|
||||||
* Rework Login with certificate UI
|
* Rework Login with certificate UI
|
||||||
|
|
|
@ -77,7 +77,7 @@ dependencies {
|
||||||
implementation "com.squareup.retrofit2:retrofit:2.6.4"
|
implementation "com.squareup.retrofit2:retrofit:2.6.4"
|
||||||
implementation "com.squareup.retrofit2:converter-gson:2.6.4"
|
implementation "com.squareup.retrofit2:converter-gson:2.6.4"
|
||||||
//okhttp needs to stick with 3.12.x
|
//okhttp needs to stick with 3.12.x
|
||||||
implementation 'com.squareup.okhttp3:okhttp:3.12.10'
|
implementation 'com.squareup.okhttp3:okhttp:3.12.12'
|
||||||
implementation 'com.google.guava:guava:27.1-android'
|
implementation 'com.google.guava:guava:27.1-android'
|
||||||
quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.11.1'
|
quicksyImplementation 'io.michaelrocks:libphonenumber-android:8.11.1'
|
||||||
implementation fileTree(include: ['libwebrtc-m81.aar'], dir: 'libs')
|
implementation fileTree(include: ['libwebrtc-m81.aar'], dir: 'libs')
|
||||||
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 387
|
versionCode 388
|
||||||
versionName "2.8.4"
|
versionName "2.8.5"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
3
fastlane/metadata/android/en-US/changelogs/388.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/388.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
* Reduce echo during calls on some devices
|
||||||
|
* Fix login when passwords contains special characters
|
||||||
|
* Play dial and busy tones on speaker during video calls
|
Loading…
Reference in a new issue