Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNPUTmice/Conversations.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2018-05-29 17:39:51 +0300
committerDaniel Gultsch <daniel@gultsch.de>2018-05-29 17:39:51 +0300
commitf58c1732b6dc5f1b407d9e205090fa9454d03f5c (patch)
treec64a1c701b185a40dd5df73ae417cb8002fb248d
parent93df2ecc698e14c3cd2473d31b7701fb7ce8d07d (diff)
version bump to 2.2.2 + changelog2.2.2
-rw-r--r--CHANGELOG.md5
-rw-r--r--build.gradle4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2e4fb457e..32e3083d3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+### Version 2.2.2
+* Fixed connection problems with TLS1.3 servers
+* Attempt to delete broken bundles from PEP
+* Use FCM instead of GCM
+
### Version 2.2.1
* improved recording quality
* load map tiles over Tor if enabled
diff --git a/build.gradle b/build.gradle
index 728ae5954..7512ec7fc 100644
--- a/build.gradle
+++ b/build.gradle
@@ -68,8 +68,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
- versionCode 272
- versionName "2.2.1"
+ versionCode 273
+ versionName "2.2.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId