~singpolyma/cheogram-android

7d92ac365ddae026fc03cf66dbd2d1e96909f078 — Daniel Gultsch 8 months ago abfe1f1
version bump to 2.10.7
2 files changed, 8 insertions(+), 2 deletions(-)

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

### Version 2.10.7

* always ask for battery optimizations opt-out
* set local only flag on 'x connected accounts' notifications
* Minor bug fixes

### Version 2.10.6

* Minor bug fixes

M build.gradle => build.gradle +2 -2
@@ 91,8 91,8 @@ android {
    defaultConfig {
        minSdkVersion 21
        targetSdkVersion 30
        versionCode 42032
        versionName "2.10.6"
        versionCode 42033
        versionName "2.10.7"
        archivesBaseName += "-$versionName"
        applicationId "eu.siacs.conversations"
        resValue "string", "applicationId", applicationId