~singpolyma/cheogram-android

d8e0ad62a4a78cb776ffa695279a9b580c8eacf4 — Daniel Gultsch 5 years ago b9bf228
version bump to 2.2.3 + changelog
2 files changed, 7 insertions(+), 2 deletions(-)

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

### Version 2.2.3
* Introduce Expert Setting to enable direct search
* Introduce Paste As Quote on Android 6+
* Fixed issues with HTTP Upload

### Version 2.2.2
* Fixed connection problems with TLS1.3 servers
* Attempt to delete broken bundles from PEP

M build.gradle => build.gradle +2 -2
@@ 66,8 66,8 @@ android {
    defaultConfig {
        minSdkVersion 19
        targetSdkVersion 25
        versionCode 273
        versionName "2.2.2"
        versionCode 274
        versionName "2.2.3"
        archivesBaseName += "-$versionName"
        applicationId "eu.siacs.conversations"
        resValue "string", "applicationId", applicationId