version 2.1.2 + CHANGELOG
This commit is contained in:
parent
ca7672d501
commit
8fd5796fd1
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 2.1.2
|
||||
* fix crash with updater
|
||||
|
||||
#### Version 2.1.1
|
||||
* make quick actions/attachment choice configurable
|
||||
* add a hideable separate quick button for voice messages
|
||||
|
|
|
@ -95,8 +95,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
|
||||
versionCode 243
|
||||
versionName "2.1.1"
|
||||
versionCode 244
|
||||
versionName "2.1.2"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Reference in a new issue