version bump to 2.12.11 + changelog
This commit is contained in:
parent
17856a47db
commit
d235633cc7
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.12.11
|
||||||
|
|
||||||
|
* Bump libwebrtc dependency to M117 and bump libvpx
|
||||||
|
* Go back to AAC for voice messages
|
||||||
|
* Support per app language settings
|
||||||
|
|
||||||
### Version 2.12.10
|
### Version 2.12.10
|
||||||
|
|
||||||
* support per conversation notification settings
|
* support per conversation notification settings
|
||||||
|
|
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 42068
|
versionCode 42072
|
||||||
versionName "2.12.10"
|
versionName "2.12.11"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
3
fastlane/metadata/android/en-US/changelogs/42072.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/42072.txt
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
* Bump libwebrtc dependency to M117 and bump libvpx
|
||||||
|
* Go back to AAC for voice messages
|
||||||
|
* Support per app language settings
|
Loading…
Reference in a new issue