version 2.0.1 + CHANGELOG
This commit is contained in:
parent
0217859a5e
commit
74ab7e4e5a
2 changed files with 8 additions and 2 deletions
|
@ -1,5 +1,11 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 2.0.1
|
||||
* improved recording quality
|
||||
* let the user select a public server for account creation
|
||||
* add possibility to de-/activate accounts in multi account mode
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.0.0
|
||||
* highlight irregular unicode code blocks in Jabber IDs
|
||||
* integrate QR code scanner (requires camera permission)
|
||||
|
|
|
@ -82,8 +82,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 25
|
||||
|
||||
versionCode 230
|
||||
versionName "2.0.0"
|
||||
versionCode 231
|
||||
versionName "2.0.1"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Loading…
Add table
Reference in a new issue