1.22.0 + changelog
This commit is contained in:
parent
f249b9bf33
commit
1042a2cde7
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 1.22.0
|
||||
* integrated expert option to enable multiple account
|
||||
* some UI improvements
|
||||
* improved MAM support
|
||||
* bug fixes
|
||||
|
||||
#### Version 1.21.3
|
||||
* small self messages improvement
|
||||
* small notification improvement
|
||||
|
|
|
@ -86,7 +86,7 @@ android {
|
|||
targetSdkVersion 25
|
||||
|
||||
versionCode 219
|
||||
versionName "2.0.0"
|
||||
versionName "1.22.0"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Reference in a new issue