From 1f7e540ac4dce7d7dd8b4f90c8ad3b12bea82f93 Mon Sep 17 00:00:00 2001 From: xujianhong Date: Thu, 15 Jul 2021 10:29:00 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E8=8C=83=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle | 4 ++++ entry/build.gradle | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 49bd550..61c4508 100644 --- a/build.gradle +++ b/build.gradle @@ -26,11 +26,15 @@ buildscript { allprojects { repositories { + maven { + url 'https://s01.oss.sonatype.org/content/repositories/snapshots/' + } maven { url 'https://repo.huaweicloud.com/repository/maven/' } maven { url 'https://developer.huawei.com/repo/' } + jcenter() } } diff --git a/entry/build.gradle b/entry/build.gradle index 455f27a..0325032 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -20,7 +20,8 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.200' - implementation project(':library') +// implementation project(':library') + implementation('com.gitee.chinasoft_ohos:FloatUtil:0.0.1-SNAPSHOT') } decc { supportType = ['html', 'xml'] -- Gitee