diff --git a/build.gradle b/build.gradle index bf479ca657fb6b63c48c13c097af23041e8b2e1e..8e7d5ed27de5b0b788c4895978e0eea2ba71e12b 100644 --- a/build.gradle +++ b/build.gradle @@ -32,6 +32,9 @@ allprojects { maven { url 'https://developer.huawei.com/repo/' } + maven { + url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + } jcenter() } } diff --git a/entry/build.gradle b/entry/build.gradle index 8bbe737e5aa68d475cf543f94c65c4e6f41f0c9a..ca8d91fd92506fbef627210e17ebac681028cf4c 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,8 +20,9 @@ ohos { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' - implementation project(':multiple_status_view') +// implementation project(':multiple_status_view') implementation 'io.openharmony.tpc.thirdlib:floatingactionbutton:1.0.0' + implementation('com.gitee.chinasoft_ohos:MultipleStatueView:0.0.2-SNAPSHOT') ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' } decc {