diff --git a/README.md b/README.md index 0f76f4849c764749170f0c825c3b5fa81ccebf64..996b468327f78baaaa002cadd31c4ef8acfaef5c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ - 功能:openharmony 加载控件库,简洁、易用、可定制性强。用于快速实现类似 iOS 的 “加载中” 等弹出框。 - 项目移植状态:主功能完成 - 调用差异:无 -- 开发版本:sdk6,DevEco Studio2.2 Beta1(实时更新以当前最新版本为准) +- 开发版本:sdk6,DevEco Studio2.2 Beta1 - 基线版本:V1.2.1 diff --git a/build.gradle b/build.gradle index bf479ca657fb6b63c48c13c097af23041e8b2e1e..8e7d5ed27de5b0b788c4895978e0eea2ba71e12b 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 8fd88e60be6b1083a20605c1ee292f7932b9cbb1..5fac253f7ef16a5db4cbc887c6ef3c687aba8215 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -18,7 +18,8 @@ ohos { dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) - implementation project(path: ':library') +// implementation project(path: ':library') + implementation('com.gitee.chinasoft_ohos:ACProgressLite:0.0.2-SNAPSHOT') testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' }