From b37292f1040167e246eda52574bf54e5824a41d7 Mon Sep 17 00:00:00 2001 From: wang zhen Date: Mon, 19 Jul 2021 16:47:21 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8DSDK6?= 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..8e7d5ed 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 8bbe737..ca8d91f 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 { -- Gitee