version 1.16.2 + changes
This commit is contained in:
parent
b59a7cd47f
commit
0c26ea445f
3 changed files with 7 additions and 3 deletions
|
@ -1,5 +1,9 @@
|
|||
###Changelog
|
||||
|
||||
###Version 1.16.2
|
||||
* show app name and version from shared apk files
|
||||
* add ability to compress videos with 720p and not only bigger ones
|
||||
|
||||
###Version 1.16.1
|
||||
* bug fixes
|
||||
|
||||
|
|
|
@ -78,8 +78,8 @@ android {
|
|||
minSdkVersion 14
|
||||
targetSdkVersion 25
|
||||
|
||||
versionCode 186
|
||||
versionName "1.16.1"
|
||||
versionCode 187
|
||||
versionName "1.16.2"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
|
@ -18,5 +18,5 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compile 'com.android.support:support-v4:25.1.0'
|
||||
compile 'com.android.support:support-v4:25.1.1'
|
||||
}
|
||||
|
|
Reference in a new issue