version 2.2.5 + changes

This commit is contained in:
Christian Schneppe 2019-06-23 09:50:23 +02:00
parent a969ccf67f
commit 47e47fa078
2 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -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"