From 51472efb8914a93fd9f3485bfecef6f13463554c Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 13 Aug 2018 21:31:52 +0200 Subject: [PATCH] update commons to 4.6.7 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 0ed8150fd..81b1e9966 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:4.6.4' + implementation 'com.simplemobiletools:commons:4.6.7' 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'