version bump to 2.10.7

This commit is contained in:
Daniel Gultsch 2022-07-10 10:46:49 +02:00
parent abfe1f1dbd
commit 7d92ac365d
2 changed files with 8 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# Changelog # 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 ### Version 2.10.6
* Minor bug fixes * Minor bug fixes

View file

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