~singpolyma/cheogram-android

5f5f4ca190d5aa0bfad9ec1e9905f5aa2c7129ed — Daniel Gultsch 5 years ago d349f63
version bump to 1.23.1 + changelog
2 files changed, 7 insertions(+), 2 deletions(-)

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

### Version 1.23.1
* Show icon instead of image preview in conversation overview
* fixed loop when trying to decrypt with YubiKey

### Version 1.23.0
* Support for read markers in private, non-anonymous group chats


M build.gradle => build.gradle +3 -2
@@ 50,6 50,7 @@ dependencies {
    compile 'com.makeramen:roundedimageview:2.3.0'
    compile "com.wefika:flowlayout:0.4.1"
    compile 'net.ypresto.androidtranscoder:android-transcoder:0.2.0'

}

ext {


@@ 64,8 65,8 @@ android {
    defaultConfig {
        minSdkVersion 14
        targetSdkVersion 25
        versionCode 242
        versionName "1.23.0"
        versionCode 245
        versionName "1.23.1"
        archivesBaseName += "-$versionName"
        applicationId "eu.siacs.conversations"
    }