version bump to 2.8.4-beta

Daniel Gultsch created

Change summary

CHANGELOG.md    | 5 +++++
build.gradle    | 4 ++--
settings.gradle | 1 -
3 files changed, 7 insertions(+), 3 deletions(-)

Detailed changes

CHANGELOG.md 🔗

@@ -1,5 +1,10 @@
 # Changelog
 
+### Version 2.8.4
+
+* Rework Login with certificate UI
+* bug fixes
+
 ### Version 2.8.3
 
 * Move call icon to the left in order to keep other toolbar icons in a consistent place

build.gradle 🔗

@@ -95,8 +95,8 @@ android {
     defaultConfig {
         minSdkVersion 16
         targetSdkVersion 28
-        versionCode 383
-        versionName "2.8.3"
+        versionCode 384
+        versionName "2.8.4-beta"
         archivesBaseName += "-$versionName"
         applicationId "eu.siacs.conversations"
         resValue "string", "applicationId", applicationId

settings.gradle 🔗

@@ -1,2 +1 @@
-include ':libs:xmpp-addr'
 rootProject.name = 'Conversations'