version 2.1.3 + changes

This commit is contained in:
Christian Schneppe 2018-11-21 20:51:30 +01:00
parent 3face70ae4
commit f86c1b4978
2 changed files with 5 additions and 2 deletions

View file

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

View file

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