CHANGELOG.md 🔗
@@ -4,6 +4,7 @@
* Show help button if A/V call fails
* Fixed some annoying crashes
+* Fixed Jingle connections (file transfer + calls) with bare JIDs
### Version 2.8.6
Daniel Gultsch created
CHANGELOG.md | 1 +
build.gradle | 4 ++--
2 files changed, 3 insertions(+), 2 deletions(-)
@@ -4,6 +4,7 @@
* Show help button if A/V call fails
* Fixed some annoying crashes
+* Fixed Jingle connections (file transfer + calls) with bare JIDs
### Version 2.8.6
@@ -95,8 +95,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
- versionCode 391
- versionName "2.8.7-beta"
+ versionCode 392
+ versionName "2.8.7-beta.2"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId