bump version to 2.5.0-beta + changelog
This commit is contained in:
parent
dc70b7e28a
commit
8de1359746
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### Version 2.5.0
|
||||||
|
* Added channel search via search.jabbercat.org
|
||||||
|
* Reworked onboarding screens
|
||||||
|
* Warn when trying to enter domain address or channel address in Add Contact dialog
|
||||||
|
|
||||||
### Version 2.4.3
|
### Version 2.4.3
|
||||||
* Fixed display of private messages sent from another client
|
* Fixed display of private messages sent from another client
|
||||||
* Fixed backup creation on long time installations
|
* Fixed backup creation on long time installations
|
||||||
|
|
|
@ -81,8 +81,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 16
|
minSdkVersion 16
|
||||||
targetSdkVersion 28
|
targetSdkVersion 28
|
||||||
versionCode 323
|
versionCode 324
|
||||||
versionName "2.4.3"
|
versionName "2.5.0-beta"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "eu.siacs.conversations"
|
applicationId "eu.siacs.conversations"
|
||||||
resValue "string", "applicationId", applicationId
|
resValue "string", "applicationId", applicationId
|
||||||
|
|
Loading…
Reference in a new issue