version bump to 2.8.4-beta

pull/7/head
Daniel Gultsch 4 years ago
parent 2195bce303
commit 0aee863123

@ -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

@ -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

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

Loading…
Cancel
Save