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 1e0d257cb63b1ffc12fb1ab9df1e68fa568fad83..87cdcd75160ecac53761b23dd8af282ef48e890c 100644 --- a/entry/build.gradle +++ b/entry/build.gradle @@ -19,7 +19,8 @@ dependencies { implementation fileTree(dir: 'libs', include: ['*.jar', '*.har']) testImplementation 'junit:junit:4.13' ohosTestImplementation 'com.huawei.ohos.testkit:runner:1.0.0.100' - compile project(":library") + implementation('com.gitee.chinasoft_ohos:BankCardFormat:0.0.2-SNAPSHOT') + // compile project(":library") } decc { supportType = ['html','xml']