update build.gradle and CHANGELOG.md for upcoming 2.0.0
This commit is contained in:
parent
2e43a5c0a6
commit
a1220ce412
2 changed files with 3 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
|||
* rework UI for status message
|
||||
* added splash screen at startup
|
||||
* use toolbar instead of actionbar
|
||||
* integrate dark theme
|
||||
* keep OTR, but without further development and support, just for compatibility
|
||||
* bug fixes
|
||||
|
||||
|
|
|
@ -87,8 +87,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
|
||||
versionCode 225
|
||||
versionName "2.0.0 beta (2018-04-12)"
|
||||
versionCode 226
|
||||
versionName "2.0.0 beta (2018-04-21)"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Reference in a new issue