version bump to 1.18.5 + changelog
This commit is contained in:
parent
7b271bcf67
commit
e48517b0c8
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 1.18.5
|
||||||
|
* colorize send button only after history is caught up
|
||||||
|
* improved MAM catchup strategy
|
||||||
|
|
||||||
### Version 1.18.4
|
### Version 1.18.4
|
||||||
* fixed UI freezes during connection timeout
|
* fixed UI freezes during connection timeout
|
||||||
* fixed notification sound playing twice
|
* fixed notification sound playing twice
|
||||||
|
|
|
@ -23,7 +23,7 @@ configurations {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile project(':libs:MemorizingTrustManager')
|
compile project(':libs:MemorizingTrustManager')
|
||||||
playstoreCompile 'com.google.android.gms:play-services-gcm:10.2.1'
|
playstoreCompile 'com.google.android.gms:play-services-gcm:10.2.6'
|
||||||
compile 'org.sufficientlysecure:openpgp-api:10.0'
|
compile 'org.sufficientlysecure:openpgp-api:10.0'
|
||||||
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
|
compile 'com.soundcloud.android:android-crop:1.0.1@aar'
|
||||||
compile 'com.android.support:support-v13:25.3.1'
|
compile 'com.android.support:support-v13:25.3.1'
|
||||||
|
@ -51,13 +51,13 @@ ext {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 25
|
compileSdkVersion 25
|
||||||
buildToolsVersion "25.0.2"
|
buildToolsVersion "25.0.3"
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 214
|
versionCode 217
|
||||||
versionName "1.18.4"
|
versionName "1.18.5"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue