version bump to 2.11.3 + changelog
This commit is contained in:
parent
41da2a5957
commit
33850ae603
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.11.3
|
||||
|
||||
* Fix messages getting resend when using SASL2
|
||||
* Fix black video between some devices
|
||||
* Fix crash on empty passwords
|
||||
|
||||
### Version 2.11.2
|
||||
|
||||
* Fixed regression in P2P file transfer
|
||||
|
|
|
@ -91,8 +91,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 32
|
||||
versionCode 42043
|
||||
versionName "2.11.2"
|
||||
versionCode 42044
|
||||
versionName "2.11.3"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
resValue "string", "applicationId", applicationId
|
||||
|
|
3
fastlane/metadata/android/en-US/changelogs/42044.txt
Normal file
3
fastlane/metadata/android/en-US/changelogs/42044.txt
Normal file
|
@ -0,0 +1,3 @@
|
|||
* Fix messages getting resend when using SASL2
|
||||
* Fix black video between some devices
|
||||
* Fix crash on empty passwords
|
Loading…
Reference in a new issue