1
0
Fork 1

version 2.2.7 + CHANGELOG

This commit is contained in:
Christian Schneppe 2019-06-27 16:15:55 +02:00
parent 327efbdf82
commit a8f4c93669
2 changed files with 6 additions and 2 deletions

View file

@ -1,7 +1,11 @@
### Changelog
#### Version 2.2.7
* fixing crashes
#### Version 2.2.6
* fixing connection issues
* fix broken updater
#### Version 2.2.5
* make backup compatible to Conversations (only works for Android >= 8)

View file

@ -101,8 +101,8 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 265
versionName "2.2.6"
versionCode 266
versionName "2.2.7"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"