~singpolyma/cheogram-android

e0c034c2c94e8abda897cf8a3cdccb9a00dc55ee — Daniel Gultsch 3 years ago 91ca25d
version bump to 2.6.3 + changelog
2 files changed, 6 insertions(+), 2 deletions(-)

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

### Version 2.6.3

* Support for ?register and ?register;preauth XMPP uri parameters

### Version 2.6.2
* let users set their own nick name
* resume download of OMEMO encrypted files

M build.gradle => build.gradle +2 -2
@@ 90,8 90,8 @@ android {
    defaultConfig {
        minSdkVersion 16
        targetSdkVersion 28
        versionCode 359
        versionName "2.6.3-alpha.6"
        versionCode 360
        versionName "2.6.3"
        archivesBaseName += "-$versionName"
        applicationId "eu.siacs.conversations"
        resValue "string", "applicationId", applicationId