update filepicker to 1.6.1

This commit is contained in:
tibbi 2016-12-18 18:09:34 +01:00
parent 93ec82df00
commit 5409038007
1 changed files with 1 additions and 1 deletions

View File

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