From ddfce80418d07f8d40d443871cfd6a43ff66b311 Mon Sep 17 00:00:00 2001 From: zhaojun Date: Fri, 23 Jul 2021 11:40:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=BE=9D=E8=B5=96=E8=BF=9C?= =?UTF-8?q?=E7=A8=8B=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 3 +++ entry/build.gradle | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index bf479ca..a4bbee5 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 ec584ef..9c9f4c2 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'] -- Gitee