version 1.14.1
This commit is contained in:
parent
d5eb9ef722
commit
8abd81161f
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
###Changelog
|
###Changelog
|
||||||
|
|
||||||
|
###Version 1.14.1
|
||||||
|
* fix crash on taking photos directly within the app
|
||||||
|
|
||||||
###Version 1.14.0
|
###Version 1.14.0
|
||||||
* compress videos > 5 MB before sending
|
* compress videos > 5 MB before sending
|
||||||
* improvments for Android N
|
* improvments for Android N
|
||||||
|
|
|
@ -76,8 +76,8 @@ android {
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
minSdkVersion 14
|
minSdkVersion 14
|
||||||
targetSdkVersion 24
|
targetSdkVersion 24
|
||||||
versionCode 163
|
versionCode 164
|
||||||
versionName "1.14.0"
|
versionName "1.14.1"
|
||||||
archivesBaseName += "-$versionName"
|
archivesBaseName += "-$versionName"
|
||||||
applicationId "de.pixart.messenger"
|
applicationId "de.pixart.messenger"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
|
Loading…
Add table
Reference in a new issue