update filepicker to 1.5.9

This commit is contained in:
tibbi 2016-12-08 00:13:49 +01:00
parent dad7404fdc
commit 503a6f2718

View file

@ -43,7 +43,7 @@ dependencies {
compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1' compile 'com.theartofdev.edmodo:android-image-cropper:2.3.1'
compile 'com.booking:rtlviewpager:1.0.1' compile 'com.booking:rtlviewpager:1.0.1'
compile 'com.simplemobiletools:fileproperties:1.0.7@aar' compile 'com.simplemobiletools:fileproperties:1.0.7@aar'
compile 'com.simplemobiletools:filepicker:1.5.6@aar' compile 'com.simplemobiletools:filepicker:1.5.9@aar'
compile 'com.bignerdranch.android:recyclerview-multiselect:0.2' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'
compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
} }