version 2.2.1 + changes

This commit is contained in:
Christian Schneppe 2019-03-14 21:49:42 +01:00
parent d1a2c5b7a7
commit 4533a98528
2 changed files with 6 additions and 2 deletions

View file

@ -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)

View file

@ -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"