version 1.22.1 + CHANGELOG
This commit is contained in:
parent
9347faeb1f
commit
94d0e13ba7
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 1.22.1
|
||||
* show extended/TOR connection options in expert settings
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.22.0
|
||||
* integrated expert option to enable multiple account
|
||||
* some UI improvements
|
||||
|
|
|
@ -85,8 +85,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
|
||||
versionCode 219
|
||||
versionName "1.22.0"
|
||||
versionCode 220
|
||||
versionName "1.22.1"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Reference in a new issue