update build.gradle and CHANGELOG.md for upcoming 2.0.0

This commit is contained in:
Christian Schneppe 2018-04-08 00:51:06 +02:00
parent b4373eb875
commit aac28ca310
2 changed files with 3 additions and 2 deletions

View file

@ -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

View file

@ -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"