Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2017-05-31 12:38:30 +0300
committerDaniel Gultsch <daniel@gultsch.de>2017-05-31 12:38:30 +0300
commite48517b0c8dd4d565789364aa15e9b2ed725b5f7 (patch)
treeb39715ede643f6a296b2ee93d9f842ec8ee87157
parent7b271bcf67f6d55c0d9bf8b7ed6731d0c678575c (diff)
version bump to 1.18.5 + changelog1.18.5
-rw-r--r--CHANGELOG.md4
-rw-r--r--build.gradle8
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d6804a0fb..7eff2fadf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog
+### Version 1.18.5
+* colorize send button only after history is caught up
+* improved MAM catchup strategy
+
### Version 1.18.4
* fixed UI freezes during connection timeout
* fixed notification sound playing twice
diff --git a/build.gradle b/build.gradle
index 7314e9771..818cf6b58 100644
--- a/build.gradle
+++ b/build.gradle
@@ -23,7 +23,7 @@ configurations {
dependencies {
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 'com.soundcloud.android:android-crop:1.0.1@aar'
compile 'com.android.support:support-v13:25.3.1'
@@ -51,13 +51,13 @@ ext {
android {
compileSdkVersion 25
- buildToolsVersion "25.0.2"
+ buildToolsVersion "25.0.3"
defaultConfig {
minSdkVersion 14
targetSdkVersion 25
- versionCode 214
- versionName "1.18.4"
+ versionCode 217
+ versionName "1.18.5"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
}