version 1.14.0

This commit is contained in:
Christian Schneppe 2016-09-03 13:28:33 +02:00
parent 1871c27390
commit 969ba03a74
2 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,12 @@
###Changelog
###Version 1.14.0
* compress videos > 5 MB before sending
* improvments for Android N
* quick reply to notifications on Android N
* don't download avatars and files when data saver is on
* bug fixes
###Version 1.13.9
* add icons for files in chat view
* reworked backup service to automatically backup database encrypted to local storage at 4 am each day

View file

@ -76,8 +76,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 161
versionName "1.14.0-beta1"
versionCode 163
versionName "1.14.0"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"
multiDexEnabled true