version 2.1.2 + CHANGELOG

This commit is contained in:
Christian Schneppe 2018-10-22 20:20:39 +02:00
parent ca7672d501
commit 8fd5796fd1
2 changed files with 5 additions and 2 deletions

View file

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

View file

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