update filepicker to 1.5.4

This commit is contained in:
tibbi 2016-11-23 18:50:43 +01:00
parent b24c347caf
commit 7a65ed18c8

View File

@ -37,7 +37,7 @@ dependencies {
compile 'com.android.support:design:23.4.0'
compile 'com.facebook.stetho:stetho:1.4.1'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile 'com.simplemobiletools:filepicker:1.5.2@aar'
compile 'com.simplemobiletools:filepicker:1.5.4@aar'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}