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
|
* 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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue