version bump to 2.10.10 + changelog
This commit is contained in:
parent
7b9cf7bb28
commit
1aaff18bb5
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.10.10
|
||||||
|
|
||||||
|
* Minor bug fixes
|
||||||
|
* Restore ability to call out via JMP and other services (Playstore version)
|
||||||
|
|
||||||
### Version 2.10.9
|
### Version 2.10.9
|
||||||
|
|
||||||
* Ask for Bluetooth permissions when making A/V calls (You can reject this if you don’t use Bluetooth headsets)
|
* Ask for Bluetooth permissions when making A/V calls (You can reject this if you don’t use Bluetooth headsets)
|
||||||
|
|
|
@ -92,8 +92,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 42037
|
versionCode 42038
|
||||||
versionName "2.10.9"
|
versionName "2.10.10"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
2
fastlane/metadata/android/en-US/changelogs/42038.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/42038.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Minor bug fixes
|
||||||
|
* Restore ability to call out via JMP and other services (Playstore version)
|
Loading…
Reference in a new issue