From 3c798fe3fbce7d41d1527eb49107470762f36409 Mon Sep 17 00:00:00 2001 From: tibbi Date: Sun, 25 Feb 2018 14:06:27 +0100 Subject: [PATCH] update commons to 3.13.8 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 3898d3175..1972a6b72 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -46,7 +46,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.13.7' + implementation 'com.simplemobiletools:commons:3.13.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'