Skip to content
Snippets Groups Projects
Commit 331fd306 authored by Daniel Gultsch's avatar Daniel Gultsch
Browse files

version bump to 2.9.10 + changelog

parent c469b2dc
Branches
Tags 2.9.10
No related merge requests found
# Changelog # Changelog
### Version 2.9.10
* fix HTTP up/download for users that don’t trust system CAs
### Version 2.9.9 ### Version 2.9.9
* Various bug fixes around Tor support * Various bug fixes around Tor support
......
...@@ -93,8 +93,8 @@ android { ...@@ -93,8 +93,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 29 targetSdkVersion 29
versionCode 42010 versionCode 42012
versionName "2.9.9" versionName "2.9.10"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId
......
* fix HTTP up/download for users that don’t trust system CAs
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment