diff --git a/build.gradle b/build.gradle index 2ac7b7a5b5ab94280b3b09df2a8326d0c65ac8d3..6796aad624ba566ab12cf4291e7ad083fc128e87 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 b3ae993a3aaa17fe430796aa033ca290b3bd50c0..c7c45344bdc7d7d4cb6a28f28df1feda0ceba470 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(":qrcodescanner") + implementation('com.gitee.chinasoft_ohos:qrcodescanner:0.0.2-SNAPSHOT') + // compile project(":qrcodescanner") } decc { supportType = ['html','xml']