~singpolyma/cheogram-android

79fe1c897252d0d6cebb62bc22b62ca07f045907 — Daniel Gultsch 6 years ago 07c0962
version bump to 2.2.6 + changelog
2 files changed, 5 insertions(+), 2 deletions(-)

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

### Version 2.2.6
* support old MAM version to work with Prosody

### Version 2.2.5
* Persist MUC avatar across restarts / show in bookmarks
* Offer Paste as quote for HTML content

M build.gradle => build.gradle +2 -2
@@ 67,8 67,8 @@ android {
    defaultConfig {
        minSdkVersion 19
        targetSdkVersion 25
        versionCode 277
        versionName "2.2.5"
        versionCode 278
        versionName "2.2.6"
        archivesBaseName += "-$versionName"
        applicationId "eu.siacs.conversations"
        resValue "string", "applicationId", applicationId