version 1.14.1

This commit is contained in:
Christian Schneppe 2016-09-03 22:14:20 +02:00
parent a309b764ec
commit 4f03a3ac3a
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
###Changelog
###Version 1.14.1
* fix crash on taking photos directly within the app
###Version 1.14.0
* compress videos > 5 MB before sending
* improvments for Android N

View file

@ -76,8 +76,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 24
versionCode 163
versionName "1.14.0"
versionCode 164
versionName "1.14.1"
archivesBaseName += "-$versionName"
applicationId "de.pixart.messenger"
multiDexEnabled true