version 2.2.7 + CHANGELOG
This commit is contained in:
parent
327efbdf82
commit
a8f4c93669
2 changed files with 6 additions and 2 deletions
|
@ -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)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue