mirror of
https://codeberg.org/iNPUTmice/Conversations.git
synced 2026-05-15 07:37:07 +02:00
version bump to 2.19.8 + changelog
This commit is contained in:
parent
7e42783391
commit
9cbc305d9b
3 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.19.8
|
||||
|
||||
* Fix calls getting stuck at connecting when 'Use Relays' is enabled but server doesn't have any
|
||||
* Bandwidth optimizations
|
||||
|
||||
### Version 2.19.7
|
||||
|
||||
* Fix regression (crash on connection) introduced in previous version
|
||||
|
|
|
|||
|
|
@ -113,8 +113,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 36
|
||||
versionCode 42162
|
||||
versionName "2.19.7"
|
||||
versionCode 42163
|
||||
versionName "2.19.8"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
|
|||
2
fastlane/metadata/android/en-US/changelogs/4216304.txt
Normal file
2
fastlane/metadata/android/en-US/changelogs/4216304.txt
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
* Fix calls getting stuck at connecting when 'Use Relays' is enabled but server doesn't have any
|
||||
* Bandwidth optimizations
|
||||
Loading…
Add table
Add a link
Reference in a new issue