version bump to 2.12.12 + changelog
This commit is contained in:
parent
063f30ded2
commit
8631c2f9f9
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.12.12
|
||||
|
||||
* Support Private DNS (DNS over TLS)
|
||||
* Support themed launcher icon
|
||||
* Fix rare permission issue when sharing files on Android 11+
|
||||
|
||||
### Version 2.12.11
|
||||
|
||||
* Bump libwebrtc dependency to M117 and bump libvpx
|
||||
|
|
|
@ -95,8 +95,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 33
|
||||
versionCode 42072
|
||||
versionName "2.12.11"
|
||||
versionCode 42074
|
||||
versionName "2.12.12"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
3
fastlane/metadata/android/en-US/changelogs/42074.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/42074.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
* Support Private DNS (DNS over TLS)
|
||||
* Support themed launcher icon
|
||||
* Fix rare permission issue when sharing files on Android 11+
|
Loading…
Reference in a new issue