Version 1.15.2 + changes
This commit is contained in:
parent
7f8522ea67
commit
a5376816ee
2 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue