version 1.19.1 + changes

This commit is contained in:
Christian Schneppe 2017-09-04 21:15:43 +02:00
parent 40d0ee5bee
commit d57db75c45
2 changed files with 6 additions and 3 deletions

View file

@ -1,7 +1,10 @@
### Changelog
#### Version 1.19.0
#### Version 1.19.1
* fixed OTR encrypted file transfer
* bug fixes
#### Version 1.19.0
* Added 'App Shortcuts' to quickly access frequent contacts
* Use DNSSEC to verify hostname instead of domain in certificate
* Setting to enable Heads-up notifications

View file

@ -84,8 +84,8 @@ android {
minSdkVersion 15
targetSdkVersion 26
versionCode 202
versionName "1.19.0"
versionCode 203
versionName "1.19.1"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"