version bump to 2.12.10 + changelog
This commit is contained in:
parent
3e9c08a4aa
commit
5371b100de
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.12.10
|
||||||
|
|
||||||
|
* support per conversation notification settings
|
||||||
|
* use opus for voice messages on Android 10
|
||||||
|
|
||||||
### Version 2.12.9
|
### Version 2.12.9
|
||||||
|
|
||||||
* Introduce new backup file format
|
* Introduce new backup file format
|
||||||
|
|
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 42065
|
versionCode 42068
|
||||||
versionName "2.12.9"
|
versionName "2.12.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/42068.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/42068.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* support per conversation notification settings
|
||||||
|
* use opus for voice messages on Android 10
|
Loading…
Reference in a new issue