diff --git a/build.gradle b/build.gradle index 49bd550bd2daf5240e23681f66bd1c5b835cc430..61c45082320dd04e8317e05350aee3e6aa620be1 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 455f27a7822959f8289e1f4d280e5a6e0d57bc97..0325032cc9c47517d8fe4f3f933ed2bfa06760cf 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']