From 12a0cba28e0123f3078d5e6639fe7f3b9cb0dd66 Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 20 Dec 2017 20:19:57 +0100 Subject: [PATCH] update the Image Cropper library --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 251649bb9..c301d8b53 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -42,9 +42,9 @@ ext { } dependencies { - implementation 'com.simplemobiletools:commons:3.3.9' + implementation 'com.simplemobiletools:commons:3.3.12' implementation 'com.davemorrissey.labs:subsampling-scale-image-view:3.9.0' - implementation 'com.theartofdev.edmodo:android-image-cropper:2.4.0' + 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' implementation 'it.sephiroth.android.exif:library:1.0.1'