From 8a7f76826ef73bebe31a9c7396c5f89a00d6f42d Mon Sep 17 00:00:00 2001 From: 0000248716-lijiaxiao Date: Sat, 31 Jul 2021 17:53:51 +0800 Subject: [PATCH] 1.0.0 --- entry/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/entry/build.gradle b/entry/build.gradle index afcbb30..5aacba7 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.100' - implementation('com.gitee.chinasoft_ohos:SimpleRatingBar:0.0.1-SNAPSHOT') - // compile project(":library") + // implementation('com.gitee.chinasoft_ohos:SimpleRatingBar:0.0.1-SNAPSHOT') + compile project(":library") } decc { supportType = ['html','xml'] -- Gitee