version bump to 2.8.4-beta
This commit is contained in:
parent
2195bce303
commit
0aee863123
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.8.4
|
||||||
|
|
||||||
|
* Rework Login with certificate UI
|
||||||
|
* bug fixes
|
||||||
|
|
||||||
### Version 2.8.3
|
### Version 2.8.3
|
||||||
|
|
||||||
* Move call icon to the left in order to keep other toolbar icons in a consistent place
|
* Move call icon to the left in order to keep other toolbar icons in a consistent place
|
||||||
|
|
|
@ -95,8 +95,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 383
|
versionCode 384
|
||||||
versionName "2.8.3"
|
versionName "2.8.4-beta"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
include ':libs:xmpp-addr'
|
|
||||||
rootProject.name = 'Conversations'
|
rootProject.name = 'Conversations'
|
||||||
|
|
Loading…
Reference in a new issue