version bump + changelog

This commit is contained in:
Daniel Gultsch 2025-09-06 16:25:16 +02:00
commit a4fa0b5a39
No known key found for this signature in database
GPG key ID: F43D18AD2A0982C2
3 changed files with 9 additions and 2 deletions

View file

@ -1,5 +1,10 @@
# Changelog
### Version 2.19.5
* Improve error message for servers that do not support TLS 1.3
* Fix issues with device rotation
### Version 2.19.4
* minor bug fixes

View file

@ -113,8 +113,8 @@ android {
defaultConfig {
minSdkVersion 23
targetSdkVersion 36
versionCode 42157
versionName "2.19.4"
versionCode 42159
versionName "2.19.5"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View file

@ -0,0 +1,2 @@
* Improve error message for servers that do not support TLS 1.3
* Fix issues with device rotation