From eca4147deaad63f7f325bc59db1b71913bd22a4c Mon Sep 17 00:00:00 2001 From: tobiasKaminsky Date: Mon, 22 Aug 2022 08:19:41 +0200 Subject: [PATCH] Use imagePicker from nextcloud-deps Signed-off-by: tobiasKaminsky --- app/build.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index bda3bdc8c..ab85526c9 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -298,8 +298,7 @@ dependencies { implementation "io.noties.markwon:core:$markwonVersion" - //implementation 'com.github.dhaval2404:imagepicker:1.8' - implementation 'com.github.tobiaskaminsky:ImagePicker:1.8.0.2' + implementation 'com.github.nextcloud-deps:ImagePicker:1.8.0.2' implementation 'com.elyeproj.libraries:loaderviewlibrary:2.0.0' implementation 'org.osmdroid:osmdroid-android:6.1.13'