diff --git a/entry/build.gradle b/entry/build.gradle index 213915936f3928bc255857e56813754486e88a43..5ae2dd0d4347452750a1a82707fe8a6db1166ab7 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -19,8 +19,8 @@ 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(":library") - implementation('com.gitee.chinasoft_ohos:TwinklingRefreshLayout_library:0.0.1-SNAPSHOT') + //implementation project(":library") + implementation('com.gitee.chinasoft_ohos:TwinklingRefreshLayout:0.0.1-SNAPSHOT') } decc { supportType = ['html', 'xml']