version bump to 2.9.10 + changelog

This commit is contained in:
Daniel Gultsch 2021-04-09 15:50:19 +02:00
parent c469b2dc22
commit 331fd30699
3 changed files with 6 additions and 2 deletions

View file

@ -1,5 +1,8 @@
# Changelog
### Version 2.9.10
* fix HTTP up/download for users that dont trust system CAs
### Version 2.9.9
* Various bug fixes around Tor support

View file

@ -93,8 +93,8 @@ android {
defaultConfig {
minSdkVersion 21
targetSdkVersion 29
versionCode 42010
versionName "2.9.9"
versionCode 42012
versionName "2.9.10"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId

View file

@ -0,0 +1 @@
* fix HTTP up/download for users that dont trust system CAs