From 47fa3dd4eec3d7ee9691b2e89a241d90c201a10b Mon Sep 17 00:00:00 2001 From: tibbi Date: Tue, 2 Oct 2018 17:41:19 +0200 Subject: [PATCH] update commons to 4.8.4 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e26f5bdbd..6800312b8 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:4.8.0' + implementation 'com.simplemobiletools:commons:4.8.4' 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'