From 4d2fdd8d4cabc90b12055553be9eaa98af580e5f Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 17 Jan 2018 23:17:06 +0100 Subject: [PATCH] update commons to 3.7.8 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index e3a1c5dd1..383962a55 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,7 +42,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.7.2' + implementation 'com.simplemobiletools:commons:3.7.8' implementation 'com.theartofdev.edmodo:android-image-cropper:2.6.0' implementation 'com.android.support:multidex:1.0.2' implementation 'com.google.code.gson:gson:2.8.2'