version bump to 2.10.10 + changelog

This commit is contained in:
Daniel Gultsch 2022-08-22 11:36:29 +02:00
parent 7b9cf7bb28
commit 1aaff18bb5
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog
### Version 2.10.10
* Minor bug fixes
* Restore ability to call out via JMP and other services (Playstore version)
### Version 2.10.9
* Ask for Bluetooth permissions when making A/V calls (You can reject this if you dont use Bluetooth headsets)

View file

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

View file

@ -0,0 +1,2 @@
* Minor bug fixes
* Restore ability to call out via JMP and other services (Playstore version)