From 8e78e2133cc284dd9333c976ee709667e33e6087 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 4 Dec 2016 15:11:32 +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 960efea9..90272803 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.4@aar' - compile 'com.simplemobiletools:fileproperties:1.0.6@aar' + compile 'com.simplemobiletools:filepicker:1.5.5@aar' + compile 'com.simplemobiletools:fileproperties:1.0.7@aar' compile 'com.bignerdranch.android:recyclerview-multiselect:0.2' compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"