Skip to content

Commit 545889d

Browse files
authored
Update build.gradle
1 parent 10ee7b3 commit 545889d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
allprojects {
22
repositories {
33
google()
4-
mavenCentral()
4+
//mavenCentral()
55
maven {url 'https://developer.huawei.com/repo/'}
66
}
77
}
@@ -27,4 +27,4 @@ subprojects {
2727

2828
tasks.register("clean", Delete) {
2929
delete rootProject.buildDir
30-
}
30+
}

0 commit comments

Comments
 (0)