From 07c9248406567e6289316b5ce5ce9b401c2905d6 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 23 Nov 2016 00:18:06 +0100 Subject: [PATCH] update filepicker and fileproperties --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 30456d04..1d53f64f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -39,8 +39,8 @@ 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.2@aar' - compile 'com.simplemobiletools:fileproperties:1.0.5@aar' + compile 'com.simplemobiletools:filepicker:1.5.4@aar' + compile 'com.simplemobiletools:fileproperties:1.0.6@aar' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2' compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"