update build.gradle and CHANGELOG.md for upcoming 2.0.0
This commit is contained in:
parent
b4373eb875
commit
aac28ca310
2 changed files with 3 additions and 2 deletions
|
@ -6,6 +6,7 @@
|
|||
* removed support for customizable resources
|
||||
* rework UI for status message
|
||||
* added splash screen at startup
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.22.1
|
||||
* show extended/TOR connection options in expert settings
|
||||
|
|
|
@ -86,8 +86,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
|
||||
versionCode 222
|
||||
versionName "2.0.0 beta (2018-04-03)"
|
||||
versionCode 223
|
||||
versionName "2.0.0 beta (2018-04-07)"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Reference in a new issue