bump version to 2.5.0-beta + changelog

This commit is contained in:
Daniel Gultsch 2019-04-26 12:30:04 +02:00
parent dc70b7e28a
commit 8de1359746
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# 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
* Fixed display of private messages sent from another client
* Fixed backup creation on long time installations

View File

@ -81,8 +81,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 28
versionCode 323
versionName "2.4.3"
versionCode 324
versionName "2.5.0-beta"
archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId