version 2.2.1 + changes
This commit is contained in:
parent
d1a2c5b7a7
commit
4533a98528
2 changed files with 6 additions and 2 deletions
|
@ -1,5 +1,9 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 2.2.1
|
||||
* use extra activity for enter name during registration (PAM)
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.2.0
|
||||
* add ability to set/edit nickname in own profile (PAM)
|
||||
* add ability to configure autojoin flag in groupchat details (PAM)
|
||||
|
|
|
@ -98,8 +98,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
|
||||
versionCode 254
|
||||
versionName "2.2.0"
|
||||
versionCode 255
|
||||
versionName "2.2.1"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Reference in a new issue