From 776643ba2a58b8cbc10aff822b42800fcdf956b2 Mon Sep 17 00:00:00 2001 From: tibbi Date: Mon, 27 Nov 2017 20:36:11 +0100 Subject: [PATCH] update commons to 2.41.10 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 6634facfb..aa6a3df39 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:2.41.8' + implementation 'com.simplemobiletools:commons:2.41.10' implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.8.0' implementation 'com.theartofdev.edmodo:android-image-cropper:2.4.0' implementation 'com.android.support:multidex:1.0.2'