From c1333b1a023f4d218b54df63a09f1fd9c690943d Mon Sep 17 00:00:00 2001 From: Amit Pareek Date: Sat, 22 Jun 2019 16:55:44 +0530 Subject: [PATCH] Version Upgrade of Ucrop --- imagepicker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagepicker/build.gradle b/imagepicker/build.gradle index a9fd313f..52f3136a 100644 --- a/imagepicker/build.gradle +++ b/imagepicker/build.gradle @@ -42,7 +42,7 @@ dependencies { implementation "androidx.exifinterface:exifinterface:1.0.0" //More Info: https://github.com/Yalantis/uCrop - implementation 'com.github.yalantis:ucrop:2.2.2' + implementation 'com.github.yalantis:ucrop:2.2.3' //More Info: https://github.com/florent37/InlineActivityResult compileOnly 'com.github.florent37:inline-activity-result-kotlin:1.0.1'