~singpolyma/cheogram-android

2f3ea872d9976181337a45f3e3815e7245da1eb0 — Daniel Gultsch 6 years ago 7557de5
version bump to 1.23.7 + 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 1.23.7
* Improved MAM support + bug fixes

### Version 1.23.6
* Fixed crash on receiving invalid HTTP slot response


M build.gradle => build.gradle +2 -2
@@ 68,8 68,8 @@ android {
    defaultConfig {
        minSdkVersion 14
        targetSdkVersion 25
        versionCode 253
        versionName "1.23.6"
        versionCode 254
        versionName "1.23.7"
        archivesBaseName += "-$versionName"
        applicationId "eu.siacs.conversations"
    }