CHANGELOG.md 🔗
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.2.1
+* improved recording quality
+* load map tiles over Tor if enabled
+
### Version 2.2.0
* Integrate Voice Recorder
* Integrate Share Location
Daniel Gultsch created
CHANGELOG.md | 4 ++++
build.gradle | 4 ++--
2 files changed, 6 insertions(+), 2 deletions(-)
@@ -1,5 +1,9 @@
# Changelog
+### Version 2.2.1
+* improved recording quality
+* load map tiles over Tor if enabled
+
### Version 2.2.0
* Integrate Voice Recorder
* Integrate Share Location
@@ -66,8 +66,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
- versionCode 270
- versionName "2.2.0"
+ versionCode 272
+ versionName "2.2.1"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId