version 1.19.1 + changes
This commit is contained in:
parent
40d0ee5bee
commit
d57db75c45
2 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue