version 1.20.1 + changes

This commit is contained in:
Christian Schneppe 2017-11-27 20:04:40 +01:00
parent 2b2664bd42
commit 13c34e7d0f
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
### Changelog
#### Version 1.20.1
* bug fixes
#### Version 1.20.0
* reworked AppUpdater and show a notification if there is an update available
* some UI and performance improvements

View file

@ -85,8 +85,8 @@ android {
minSdkVersion 16
targetSdkVersion 25
versionCode 207
versionName "1.20.0"
versionCode 208
versionName "1.20.1"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"