diff --git a/build.gradle b/build.gradle index 671f97b3cabe11fa78894bc69937832d73f8e475..80a1b5db6bd500ce29fff46ac61d99022bc9f7cf 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 247998d5aaea931102b16ac5c1ca52cb58f52458..adc1202902501d8e7ef7cb5c01194fd638302acb 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -21,7 +21,9 @@ repositories { } dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) - implementation project(path: ':pinview') +// implementation project(path: ':pinview') + implementation('com.gitee.chinasoft_ohos:PinView:0.0.2-SNAPSHOT') + testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' }