mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-31 09:11:37 +01:00
version 2.1.3 + CHANGELOG
This commit is contained in:
parent
42c3c27784
commit
b81313d1db
2 changed files with 3 additions and 2 deletions
|
@ -5,6 +5,7 @@
|
|||
* fixed group chat mentions when nick ends in . (dot)
|
||||
* fixed not asking for permissions after direct share
|
||||
* fixed CVE-2018-18467
|
||||
* implement message deletion
|
||||
* bug fixes
|
||||
|
||||
#### Version 2.1.2
|
||||
|
|
|
@ -96,8 +96,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
|
||||
versionCode 245
|
||||
versionName "2.1.3 beta (2018-10-23)"
|
||||
versionCode 246
|
||||
versionName "2.1.3"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Loading…
Add table
Reference in a new issue