From 2ee7e278d166f356a585a17d2051de3b770113cb Mon Sep 17 00:00:00 2001 From: wang zhen Date: Wed, 21 Jul 2021 17:06:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- entry/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/build.gradle b/entry/build.gradle index 030ad7f..3933d67 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,8 +20,8 @@ ohos { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) - implementation project(path: ':library') -// implementation('com.gitee.chinasoft_ohos:JJSearchViewAnim:0.0.1-SNAPSHOT') +// implementation project(path: ':library') + implementation('com.gitee.chinasoft_ohos:JJSearchViewAnim:0.0.1-SNAPSHOT') testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.200' } -- Gitee