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-10-16 13:40:24 +0300
committerDaniel Gultsch <daniel@gultsch.de>2018-10-16 13:40:24 +0300
commit9048075aaafa087abe4992987ae9838c1ee2a2b1 (patch)
tree2fb6c8b61ebab0a91505b467b9162625c0fae2e1
parent5f8184fe8e008c0d1486b0beaa4b0a1f09f25c04 (diff)
version bump to 2.3.3 + changelog2.3.3
-rw-r--r--CHANGELOG.md3
-rw-r--r--build.gradle4
2 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02a84b028..c1e5b00e5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog
+### Version 2.3.3
+* Fixed connection issues with user@ip type JIDs
+
### Version 2.3.2
* Fixed OMEMO on Android 5.1 & 6.0
* Added setting for video quality
diff --git a/build.gradle b/build.gradle
index 9d2bcc82c..48474458b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -67,8 +67,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 25
- versionCode 294
- versionName "2.3.2"
+ versionCode 295
+ versionName "2.3.3"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId