version bump to 2.9.11 + changelog
This commit is contained in:
parent
8aed588405
commit
f9b292fd6a
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.9.11
|
||||||
|
|
||||||
|
* Fixed 'No Connectivity' issues on Android 7.1
|
||||||
|
|
||||||
### Version 2.9.10
|
### Version 2.9.10
|
||||||
* fix HTTP up/download for users that don’t trust system CAs
|
* fix HTTP up/download for users that don’t trust system CAs
|
||||||
|
|
||||||
|
|
|
@ -93,8 +93,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 29
|
targetSdkVersion 29
|
||||||
versionCode 42012
|
versionCode 42013
|
||||||
versionName "2.9.10"
|
versionName "2.9.11"
|
||||||
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/42013.txt
Normal file
1
fastlane/metadata/android/en-US/changelogs/42013.txt
Normal file
|
@ -0,0 +1 @@
|
||||||
|
* Fixed 'No Connectivity' issues on Android 7.1
|
Loading…
Reference in a new issue