diff --git a/entry/build.gradle b/entry/build.gradle index 030ad7f4410057214823ffd56129399817091c0c..3933d671d60fdfe670db0e79ed56b28c0af7d2a1 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' }