update filepicker to 1.5.4
This commit is contained in:
parent
f8f2125d53
commit
d9577f859e
|
@ -33,7 +33,8 @@ android {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile 'com.android.support:appcompat-v7:23.4.0'
|
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 'com.github.bumptech.glide:glide:3.7.0'
|
||||||
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue