version 2.2.2 + CHANGELOG
This commit is contained in:
parent
9103802288
commit
b0c137ad7c
2 changed files with 7 additions and 4 deletions
|
@ -1,7 +1,10 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 2.2.2
|
||||
* add activity to define some important privacy settings on first start
|
||||
* add activity to define some important privacy settings on first start (PAM)
|
||||
* add ability to delete account also from server (PAM)
|
||||
* add ability to kick users from room and not just ban them (PAM)
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.2.1
|
||||
* use extra activity for enter name during registration (PAM)
|
||||
|
|
|
@ -6,7 +6,7 @@ buildscript {
|
|||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.3.0'
|
||||
classpath 'com.android.tools.build:gradle:3.3.2'
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -98,8 +98,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 28
|
||||
|
||||
versionCode 255
|
||||
versionName "2.2.1"
|
||||
versionCode 258
|
||||
versionName "2.2.2"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Reference in a new issue