version bump to 2.9.11 + changelog

This commit is contained in:
Daniel Gultsch 2021-04-18 18:46:05 +02:00
parent 8aed588405
commit f9b292fd6a
3 changed files with 7 additions and 2 deletions

View File

@ -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 dont trust system CAs

View File

@ -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

View File

@ -0,0 +1 @@
* Fixed 'No Connectivity' issues on Android 7.1