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
* Add ability to change status message
* Highlight irregular unicode code blocks in Jabber IDs
* Conversations now requires Android 4.4+
### Version 1.23.8
* bug fixes

View file

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