version 1.19.2 + changes
This commit is contained in:
parent
b17ee20a5e
commit
7680a174ab
2 changed files with 9 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Reference in a new issue