From 06e03a0f5c9aae352d3f5bee1fafb6466047848b Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 13 May 2018 22:35:06 +0200 Subject: [PATCH] fix #741, update commons to 4.0.12 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 523138514..25f3a7c53 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:4.0.9' + implementation 'com.simplemobiletools:commons:4.0.12' implementation 'com.theartofdev.edmodo:android-image-cropper:2.7.0' implementation 'com.android.support:multidex:1.0.3' implementation 'it.sephiroth.android.exif:library:1.0.1'