~singpolyma/cheogram-android

593dd259a9c178501d00ab1951ee3cf5d5deab02 — Daniel Gultsch 6 years ago c43f224
version bump to 1.15.2 + 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.15.2
* bug fixes

####Version 1.15.1
* support for POSH (RFC7711)
* support for quoting messages (via select text)

M build.gradle => build.gradle +2 -2
@@ 55,8 55,8 @@ android {
    defaultConfig {
        minSdkVersion 14
        targetSdkVersion 24
        versionCode 187
        versionName "1.15.1"
        versionCode 188
        versionName "1.15.2"
        archivesBaseName += "-$versionName"
        applicationId "eu.siacs.conversations"
    }