From 9e0054d6817d11004d5ebb99aa24cc49db512ba7 Mon Sep 17 00:00:00 2001 From: Dhaval Patel Date: Fri, 18 Dec 2020 13:03:20 +0530 Subject: [PATCH] Upgraded uCrop Fixed OutOfMemory Issue for large images #122 #104 --- imagepicker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imagepicker/build.gradle b/imagepicker/build.gradle index 186c0875..af8ade1e 100644 --- a/imagepicker/build.gradle +++ b/imagepicker/build.gradle @@ -49,7 +49,7 @@ dependencies { implementation "androidx.exifinterface:exifinterface:1.1.0" //More Info: https://github.com/Yalantis/uCrop - implementation 'com.github.yalantis:ucrop:2.2.5' + implementation 'com.github.yalantis:ucrop:2.2.6' //More Info: https://github.com/florent37/InlineActivityResult compileOnly 'com.github.florent37:inline-activity-result-kotlin:1.0.4'