From 71360e193e1ae7e3a8a4e7d1322310d7cf72234e Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 6 Dec 2016 09:54:27 +0100 Subject: [PATCH] update filepicker to 1.5.6 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 90272803..cdd59312 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,7 +39,7 @@ dependencies { compile 'com.android.support:appcompat-v7:23.4.0' compile 'com.android.support:design:23.4.0' compile 'com.github.bumptech.glide:glide:3.7.0' - compile 'com.simplemobiletools:filepicker:1.5.5@aar' + compile 'com.simplemobiletools:filepicker:1.5.6@aar' compile 'com.simplemobiletools:fileproperties:1.0.7@aar' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2'