version bump to 2.0.0 + modified changelog

This commit is contained in:
Daniel Gultsch 2018-03-23 12:11:36 +01:00
parent e8bec4fe40
commit 3be95cd7ba
2 changed files with 3 additions and 2 deletions

View File

@ -8,6 +8,7 @@
* Removed slide out panel for conversation overview * Removed slide out panel for conversation overview
* Add ability to change status message * Add ability to change status message
* Highlight irregular unicode code blocks in Jabber IDs * Highlight irregular unicode code blocks in Jabber IDs
* Conversations now requires Android 4.4+
### Version 1.23.8 ### Version 1.23.8
* bug fixes * bug fixes

View File

@ -70,8 +70,8 @@ android {
defaultConfig { defaultConfig {
minSdkVersion 19 minSdkVersion 19
targetSdkVersion 25 targetSdkVersion 25
versionCode 260 versionCode 261
versionName "2.0.0-rc.1" versionName "2.0.0"
archivesBaseName += "-$versionName" archivesBaseName += "-$versionName"
applicationId "eu.siacs.conversations" applicationId "eu.siacs.conversations"
resValue "string", "applicationId", applicationId resValue "string", "applicationId", applicationId