mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-31 01:01:37 +01:00
version 2.1.3 + changes
This commit is contained in:
parent
3face70ae4
commit
f86c1b4978
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
### Changelog
|
||||
|
||||
#### Version 2.1.4
|
||||
* fix crash with xmpp uris
|
||||
|
||||
#### Version 2.1.3
|
||||
* bring back gif support in internal mediaviewer
|
||||
* fixed group chat mentions when nick ends in . (dot)
|
||||
|
|
|
@ -96,8 +96,8 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 26
|
||||
|
||||
versionCode 246
|
||||
versionName "2.1.3"
|
||||
versionCode 247
|
||||
versionName "2.1.4"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Loading…
Add table
Reference in a new issue