version 1.14.2 + changelog

This commit is contained in:
Christian Schneppe 2016-09-17 23:29:03 +02:00
parent 2c3071766d
commit 28aa17ddbe
2 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,13 @@
###Changelog
###Version 1.14.2
* support ANONYMOUS SASL
* add custom Emojis
* scroll long actionbar titles
* some performance improvements
* some video compression improvements
* bug fixes
###Version 1.14.1
* fix crash on taking photos directly within the app

View file

@ -78,8 +78,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 165
versionName "1.14.2-beta1"
versionCode 167
versionName "1.14.2"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"
multiDexEnabled true