diff --git a/entry/build.gradle b/entry/build.gradle index 9a2d65d98d6e3d83b2f4978e2c8eabbef201a288..043ca074b8d7e5c7e6c20e846c43e25ddec1523c 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,8 +20,8 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.200' - implementation project(':giftlibrary') -// implementation('com.gitee.chinasoft_ohos:LiveGiftLayout:0.0.1-SNAPSHOT') +// implementation project(':giftlibrary') + implementation('com.gitee.chinasoft_ohos:LiveGiftLayout:0.0.1-SNAPSHOT') } decc { supportType = ['html','xml']