Version 1.15.2 + changes

This commit is contained in:
Christian Schneppe 2016-11-20 17:56:49 +01:00
parent 7f8522ea67
commit a5376816ee
2 changed files with 7 additions and 2 deletions

View file

@ -1,6 +1,11 @@
###Changelog
###Version 1.15.2
* automatically remove old OMEMO devices after 7 days
* bug fixes
###Version 1.15.1
* introduces preference option to choose if videos should be compressed (always, automatically, never)
* bug fixes
###Version 1.15.0

View file

@ -79,8 +79,8 @@ android {
minSdkVersion 18
targetSdkVersion 24
versionCode 176
versionName "1.15.1"
versionCode 177
versionName "1.15.2"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"