version 1.18.2 + changes
This commit is contained in:
parent
6caaafd287
commit
0419b24dce
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue