~singpolyma/cheogram-android

effe52981a6e8307dac2b6934fd66814a4e1b441 — Daniel Gultsch 5 years ago 6d6bbc0
version bump to 2.2.9 + changelog
2 files changed, 6 insertions(+), 2 deletions(-)

M CHANGELOG.md
M build.gradle
M CHANGELOG.md => CHANGELOG.md +4 -0
@@ 1,5 1,9 @@
# Changelog

### Version 2.2.9
* Store bookmarks in PEP if server has ability to convert to old bookmarks
* Show Jabber IDs from address book in Start Conversation screen

### Version 2.2.8
* fixed regression that broke XMPP uris


M build.gradle => build.gradle +2 -2
@@ 65,8 65,8 @@ android {
    defaultConfig {
        minSdkVersion 19
        targetSdkVersion 25
        versionCode 280
        versionName "2.2.8"
        versionCode 283
        versionName "2.2.9"
        archivesBaseName += "-$versionName"
        applicationId "eu.siacs.conversations"
        resValue "string", "applicationId", applicationId