version 1.16.2 + changes

This commit is contained in:
Christian Schneppe 2017-02-01 22:57:27 +01:00
parent b59a7cd47f
commit 0c26ea445f
3 changed files with 7 additions and 3 deletions

View file

@ -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

View file

@ -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"

View file

@ -18,5 +18,5 @@ android {
}
dependencies {
compile 'com.android.support:support-v4:25.1.0'
compile 'com.android.support:support-v4:25.1.1'
}