version 1.18.2 + changes

This commit is contained in:
Christian Schneppe 2017-06-11 20:08:39 +02:00
parent 6caaafd287
commit 0419b24dce
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
### Changelog
#### Version 1.18.2
* colorize send button only after history is caught up
* improved MAM catchup strategy
* bug fixes
#### Version 1.18.1
* limited GPG encryption for MUC offline members
* show extended connection settings for open version in export settings

View file

@ -79,8 +79,8 @@ android {
minSdkVersion 15
targetSdkVersion 25
versionCode 197
versionName "1.18.1"
versionCode 199
versionName "1.18.2"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"