From 3cd104b3aae9d9bb75eaf6b6c9f9e8e8565a4f5e Mon Sep 17 00:00:00 2001 From: tibbi Date: Sat, 12 Nov 2016 22:02:34 +0100 Subject: [PATCH] update fileproperties to 1.0.3 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index a9aa12ca..a57c3cdf 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -44,7 +44,7 @@ dependencies { compile 'com.jakewharton:butterknife:8.0.1' compile 'com.github.bumptech.glide:glide:3.7.0' compile 'com.simplemobiletools:filepicker:1.3.19@aar' - compile 'com.simplemobiletools:fileproperties:1.0.2@aar' + compile 'com.simplemobiletools:fileproperties:1.0.3@aar' compile "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" apt 'com.jakewharton:butterknife-compiler:8.0.1'