1
0
Fork 1

update CHANGELOG and gradle for upcoming 2.0.0

This commit is contained in:
Christian Schneppe 2018-05-02 22:12:44 +02:00
parent 6f7fadcacc
commit 4d8bcedd2e
2 changed files with 4 additions and 4 deletions

View file

@ -4,15 +4,15 @@
* highlight irregular unicode code blocks in Jabber IDs
* integrate QR code scanner (requires camera permission)
* removed support for customizable resources
* rework UI for status message
* reworked message search
* added splash screen at startup
* use toolbar instead of actionbar
* integrate dark theme
* keep OTR, but without further development and support, just for compatibility
* added configurable font size
* added global OMEMO preference
* added scroll to bottom button
* added contact button as android widget
* only mark visible messages as read
* a lot of bug fixes
#### Version 1.22.1

View file

@ -82,8 +82,8 @@ android {
minSdkVersion 16
targetSdkVersion 25
versionCode 228
versionName "2.0.0 beta (2018-04-23)"
versionCode 229
versionName "2.0.0 beta (2018-05-02)"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"