From 0943f16ceb8ba4cddd0238b55d7341cdd70b7436 Mon Sep 17 00:00:00 2001 From: chenjianpeng Date: Tue, 27 Apr 2021 11:25:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/build.gradle | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/entry/build.gradle b/entry/build.gradle index eb09d0d..f3dd397 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -22,11 +22,15 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' - implementation project(":cameralibrary") - implementation project(":imagepicker") - implementation project(":ucrop") +// implementation project(":cameralibrary") +// implementation project(":imagepicker") +// implementation project(":ucrop") implementation "io.openharmony.tpc.thirdlib:imageloader:1.0.0" implementation 'io.openharmony.tpc.thirdlib:glide:1.0.3' + + implementation('com.gitee.chinasoft_ohos:ImageSelector-imagepicker:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ImageSelector-cameralibrary:0.0.1-SNAPSHOT') + implementation('com.gitee.chinasoft_ohos:ImageSelector-ucrop:0.0.1-SNAPSHOT') } decc { supportType = ['html', 'xml'] -- Gitee