version bump to 2.9.11 + changelog
This commit is contained in:
parent
8aed588405
commit
f9b292fd6a
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
### Version 2.9.11
|
||||
|
||||
* Fixed 'No Connectivity' issues on Android 7.1
|
||||
|
||||
### Version 2.9.10
|
||||
* fix HTTP up/download for users that don’t trust system CAs
|
||||
|
||||
|
|
|
@ -93,8 +93,8 @@ android {
|
|||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
versionCode 42012
|
||||
versionName "2.9.10"
|
||||
versionCode 42013
|
||||
versionName "2.9.11"
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "eu.siacs.conversations"
|
||||
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