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
Daniel Gultsch created
CHANGELOG.md | 3 +++
build.gradle | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)
@@ -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
@@ -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