update filepicker to 1.5.4

This commit is contained in:
tibbi 2016-11-24 21:14:36 +01:00
parent f8f2125d53
commit d9577f859e
1 changed files with 2 additions and 1 deletions

View File

@ -33,7 +33,8 @@ android {
dependencies {
compile 'com.android.support:appcompat-v7:23.4.0'
compile 'com.simplemobiletools:filepicker:1.4.2@aar'
compile 'com.android.support:design:23.4.0'
compile 'com.simplemobiletools:filepicker:1.5.4@aar'
compile 'com.github.bumptech.glide:glide:3.7.0'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
}