version bump to 2.11.2 + changelog
This commit is contained in:
parent
36efd51a7f
commit
d21362288e
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.11.2
|
||||||
|
|
||||||
|
* Fixed regression in P2P file transfer
|
||||||
|
|
||||||
### Version 2.11.1
|
### Version 2.11.1
|
||||||
|
|
||||||
* Fix resend loop on servers that support only sm:2
|
* Fix resend loop on servers that support only sm:2
|
||||||
|
|
|
@ -94,8 +94,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 32
|
targetSdkVersion 32
|
||||||
versionCode 42042
|
versionCode 42043
|
||||||
versionName "2.11.1"
|
versionName "2.11.2"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
1
fastlane/metadata/android/en-US/changelogs/42043.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/42043.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* Fixed regression in P2P file transfer
|
Loading…
Reference in a new issue