version bump to 2.10.9 + changelog

This commit is contained in:
Daniel Gultsch 2022-08-15 11:16:27 +02:00
parent 41d98da17d
commit 83d258f90f
2 changed files with 7 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog # Changelog
### Version 2.10.9
* Ask for Bluetooth permissions when making A/V calls (You can reject this if you dont use Bluetooth headsets)
* Fix bug when calling Movim
### Version 2.10.8 ### Version 2.10.8
* Fix wrong avatar being shown for group chats * Fix wrong avatar being shown for group chats

View file

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