version 1.16.0 + changelog
This commit is contained in:
parent
62ad6a5a42
commit
82025c7125
2 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,13 @@
|
|||
###Changelog
|
||||
|
||||
###Version 1.16.0
|
||||
* show unread messages in chatlist
|
||||
* increase image size to 4k UHD
|
||||
* add support for GIF files
|
||||
* reworked video compression
|
||||
* reworked app updater
|
||||
* bug fixes
|
||||
|
||||
###Version 1.15.4
|
||||
* improve video compression quality
|
||||
* support for POSH (RFC7711)
|
||||
|
|
|
@ -78,8 +78,8 @@ android {
|
|||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
|
||||
versionCode 183
|
||||
versionName "1.16.0 beta (2017-01-25)"
|
||||
versionCode 184
|
||||
versionName "1.16.0"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Reference in a new issue