version bump to 2.8.4-beta

This commit is contained in:
Daniel Gultsch 2020-05-16 08:56:46 +02:00
parent 2195bce303
commit 0aee863123
3 changed files with 7 additions and 3 deletions

View File

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

View File

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

View File

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