version bump to 2.12.5 + changelog
This commit is contained in:
parent
0de4939f7f
commit
d9fb88ceda
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.12.5
|
||||||
|
|
||||||
|
* Bump Target SDK to 33 again
|
||||||
|
* Fix issues on servers supporting SASL2 w/o inline Stream Management
|
||||||
|
|
||||||
### Version 2.12.4
|
### Version 2.12.4
|
||||||
|
|
||||||
* Revert Target SDK bump (back to 32) to fix various issues on Android 13
|
* Revert Target SDK bump (back to 32) to fix various issues on Android 13
|
||||||
|
|
|
@ -95,7 +95,7 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 42058
|
versionCode 42059
|
||||||
versionName "2.12.5"
|
versionName "2.12.5"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
|
|
2
fastlane/metadata/android/en-US/changelogs/42059.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/42059.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
* Bump Target SDK to 33 again
|
||||||
|
* Fix issues on servers supporting SASL2 w/o inline Stream Management
|
Loading…
Reference in a new issue