version bump to 2.9.4 + changelog
This commit is contained in:
parent
b0584137b4
commit
07cc5c13ca
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.9.4
|
||||||
|
* minor stability improvements for A/V calls
|
||||||
|
|
||||||
### Version 2.9.3
|
### Version 2.9.3
|
||||||
|
|
||||||
* Fixed connectivity issues when different accounts used different SCRAM mechanisms
|
* Fixed connectivity issues when different accounts used different SCRAM mechanisms
|
||||||
|
|
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 403
|
versionCode 404
|
||||||
versionName "2.9.3"
|
versionName "2.9.4"
|
||||||
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/404.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/404.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* minor stability improvements for A/V calls
|
Loading…
Reference in a new issue