version bump to 2.10.9 + changelog
This commit is contained in:
parent
41d98da17d
commit
83d258f90f
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.10.9
|
||||
|
||||
* Ask for Bluetooth permissions when making A/V calls (You can reject this if you don’t use Bluetooth headsets)
|
||||
* Fix bug when calling Movim
|
||||
|
||||
### Version 2.10.8
|
||||
|
||||
* Fix wrong avatar being shown for group chats
|
||||
|
|
|
@ -91,8 +91,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
versionCode 42034
|
||||
versionName "2.10.8"
|
||||
versionCode 42037
|
||||
versionName "2.10.9"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
Loading…
Reference in a new issue