version bump to 2.0.0 + modified changelog
This commit is contained in:
parent
e8bec4fe40
commit
3be95cd7ba
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue