version 1.19.2 + changes

This commit is contained in:
Christian Schneppe 2017-10-06 22:56:10 +02:00
parent b17ee20a5e
commit 7680a174ab
2 changed files with 9 additions and 3 deletions

View file

@ -1,5 +1,11 @@
### Changelog
#### Version 1.19.2
* reworked inline player for audio messages
* long press the 'add back' button to show block menu
* foregroundservice can be switched off
* bug fixes
#### Version 1.19.1
* fixed OTR encrypted file transfer
* bug fixes

View file

@ -85,11 +85,11 @@ android {
buildToolsVersion "26.0.2"
defaultConfig {
minSdkVersion 15
minSdkVersion 16
targetSdkVersion 25
versionCode 203
versionName "1.19.1"
versionCode 205
versionName "1.19.2"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"