version 1.20.1 + changes
This commit is contained in:
parent
2b2664bd42
commit
13c34e7d0f
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue