version bump to 2.10.9 + changelog
This commit is contained in:
parent
41d98da17d
commit
83d258f90f
|
@ -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 don’t 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue