diff --git a/entry/build.gradle b/entry/build.gradle index afcbb30ffae7b46e167c49e78726d0583109591f..5aacba720be01a6a0ade783d26885c4a4580ff12 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']