diff --git a/build.gradle b/build.gradle index bf479ca657fb6b63c48c13c097af23041e8b2e1e..a4bbee50c84428507c792bf978676f0ff6fe17a8 100644 --- a/build.gradle +++ b/build.gradle @@ -26,6 +26,9 @@ buildscript { allprojects { repositories { + maven { + url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + } maven { url 'https://repo.huaweicloud.com/repository/maven/' } diff --git a/entry/build.gradle b/entry/build.gradle index ec584eff74c0e16a6a0fdba0dc3cf46b415e2dfa..9c9f4c2163c6c33a8c0fe3ecbe333b374dcbf10f 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -21,7 +21,8 @@ dependencies { testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' - implementation project(path: ':library') + implementation('com.gitee.chinasoft_ohos:SlidingRootNav:0.0.2-SNAPSHOT') +// implementation project(path: ':library') } decc { supportType = ['html', 'xml']