Skip to content

Commit

Permalink
version bump to 2.10.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iNPUTmice committed Jul 22, 2022
1 parent 78c3b1f commit b6ce914
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
# Changelog

### Version 2.10.8

* Fix wrong avatar being shown for group chats

### Version 2.10.7

* always ask for battery optimizations opt-out
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -91,8 +91,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 30
versionCode 42033
versionName "2.10.7"
versionCode 42034
versionName "2.10.8"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId
Expand Down

0 comments on commit b6ce914

Please sign in to comment.