From 28bdb3efb8d43f4b31d4d70151b7239be1412c0d Mon Sep 17 00:00:00 2001 From: tibbi Date: Wed, 18 Apr 2018 22:15:18 +0200 Subject: [PATCH] update image cropper to 2.7.0 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 192d8c574..732eee71c 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -47,7 +47,7 @@ ext { dependencies { implementation 'com.simplemobiletools:commons:3.18.25' - implementation 'com.theartofdev.edmodo:android-image-cropper:2.6.0' + 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' implementation 'pl.droidsonroids.gif:android-gif-drawable:1.2.12'