mirror of
https://codeberg.org/iNPUTmice/Conversations.git
synced 2026-05-15 07:37:07 +02:00
version bump + changelog
This commit is contained in:
parent
c1efe77c36
commit
a4fa0b5a39
3 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2
fastlane/metadata/android/en-US/changelogs/4215904.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/4215904.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
* Improve error message for servers that do not support TLS 1.3
|
||||
* Fix issues with device rotation
|
||||
Loading…
Add table
Add a link
Reference in a new issue