From 96a7b7c28936fda4427adb47482cad43f9d5ac39 Mon Sep 17 00:00:00 2001 From: tibbi Date: Thu, 6 Sep 2018 00:05:35 +0200 Subject: [PATCH] update commons to 4.7.5 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index de19fe00a..a6122931b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -43,7 +43,7 @@ android { } dependencies { - implementation 'com.simplemobiletools:commons:4.7.3' + implementation 'com.simplemobiletools:commons:4.7.5' 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'