version 2.2.5 + changes
This commit is contained in:
parent
a969ccf67f
commit
47e47fa078
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 2.2.5
|
||||
* make backup compatible to Conversations (only works for Android >= 8)
|
||||
* bug fix
|
||||
|
||||
#### Version 2.2.4
|
||||
* added channel search via search.jabbercat.org
|
||||
* reworked onboarding screens
|
||||
|
|
|
@ -101,8 +101,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
|
||||
versionCode 262
|
||||
versionName "2.2.4"
|
||||
versionCode 263
|
||||
versionName "2.2.5"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Reference in a new issue