Skip to content

Commit 0f3c187

Browse files
committed
[Android]update repositories config.
1 parent a0af25d commit 0f3c187

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Android/APIExample/settings.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
pluginManagement {
22
repositories {
3-
mavenCentral()
4-
maven { url "https://maven.aliyun.com/repository/jcenter" }
53
maven { url "https://maven.aliyun.com/repository/public" }
64
google()
5+
mavenCentral()
76
gradlePluginPortal()
87
}
98
}
109
dependencyResolutionManagement {
1110
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1211
repositories {
12+
maven { url "https://maven.aliyun.com/repository/public" }
13+
google()
1314
mavenCentral()
14-
maven { url "https://maven.aliyun.com/repository/google" }
1515
maven { url "https://maven.aliyun.com/repository/public" }
16-
maven { url "https://maven.aliyun.com/repository/jcenter" }
1716
maven { url "https://jitpack.io" }
1817
maven {
1918
url 'http://maven.faceunity.com/repository/maven-public/'
2019
allowInsecureProtocol = true
2120
}
22-
google()
2321
}
2422
}
2523
rootProject.name='APIExample'

0 commit comments

Comments
 (0)