~singpolyma/cheogram-android

79eee4916c3557e5011e41d94911c2a78c93be86 — Daniel Gultsch 4 years ago 40da982
version bump to 2.3.5 + 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.3.5
* Fixed group chat mentions when nick ends in . (dot)
* Fixed Conversations not asking for permissions after direct share
* Fixed CVE-2018-18467

### Version 2.3.4
* Fixed sending OMEMO files to ChatSecure


M build.gradle => build.gradle +2 -2
@@ 70,8 70,8 @@ android {
    defaultConfig {
        minSdkVersion 19
        targetSdkVersion 25
        versionCode 296
        versionName "2.3.4"
        versionCode 297
        versionName "2.3.5"
        archivesBaseName += "-$versionName"
        applicationId "eu.siacs.conversations"
        resValue "string", "applicationId", applicationId