version 1.14.1
This commit is contained in:
parent
a309b764ec
commit
4f03a3ac3a
2 changed files with 5 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Reference in a new issue