version bump to 2.12.11 + changelog

This commit is contained in:
Daniel Gultsch 2023-10-03 10:50:22 +02:00
parent 17856a47db
commit d235633cc7
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 11 additions and 2 deletions

View file

@ -1,5 +1,11 @@
# 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
* support per conversation notification settings

View file

@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 42068
versionName "2.12.10"
versionCode 42072
versionName "2.12.11"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View 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