version bump to 2.12.5 + changelog

This commit is contained in:
Daniel Gultsch 2023-06-27 17:27:36 +02:00
parent 0de4939f7f
commit d9fb88ceda
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 8 additions and 1 deletions

View file

@ -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

View file

@ -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"

View file

@ -0,0 +1,2 @@
* Bump Target SDK to 33 again
* Fix issues on servers supporting SASL2 w/o inline Stream Management