version bump to 2.10.8

This commit is contained in:
Daniel Gultsch 2022-07-22 20:30:47 +02:00
parent 78c3b1f527
commit b6ce914f62
2 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,9 @@
# Changelog # Changelog
### Version 2.10.8
* Fix wrong avatar being shown for group chats
### Version 2.10.7 ### Version 2.10.7
* always ask for battery optimizations opt-out * always ask for battery optimizations opt-out

View file

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