version 1.14.2 + changelog
This commit is contained in:
parent
2c3071766d
commit
28aa17ddbe
2 changed files with 10 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue