From c46f36811a204503dd2441deeba175bc65879da3 Mon Sep 17 00:00:00 2001 From: 0000226003-fuchi Date: Wed, 16 Jun 2021 15:33:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BE=9D=E8=B5=96=E4=BF=AE=E6=94=B9?= 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 2368e1d..d78f38d 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://mirrors.huaweicloud.com/repository/maven/' } diff --git a/entry/build.gradle b/entry/build.gradle index bbd01b8..55e75db 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -10,5 +10,6 @@ ohos { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testCompile 'junit:junit:4.12' - compile project(path: ':library') + implementation 'com.gitee.chinasoft_ohos:MusicIndicator:0.0.1-SNAPSHOT' + } -- Gitee