File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
pluginManagement {
2
2
repositories {
3
- mavenCentral()
4
- maven { url " https://maven.aliyun.com/repository/jcenter" }
5
3
maven { url " https://maven.aliyun.com/repository/public" }
6
4
google()
5
+ mavenCentral()
7
6
gradlePluginPortal()
8
7
}
9
8
}
10
9
dependencyResolutionManagement {
11
10
repositoriesMode. set(RepositoriesMode . FAIL_ON_PROJECT_REPOS )
12
11
repositories {
12
+ maven { url " https://maven.aliyun.com/repository/public" }
13
+ google()
13
14
mavenCentral()
14
- maven { url " https://maven.aliyun.com/repository/google" }
15
15
maven { url " https://maven.aliyun.com/repository/public" }
16
- maven { url " https://maven.aliyun.com/repository/jcenter" }
17
16
maven { url " https://jitpack.io" }
18
17
maven {
19
18
url ' http://maven.faceunity.com/repository/maven-public/'
20
19
allowInsecureProtocol = true
21
20
}
22
- google()
23
21
}
24
22
}
25
23
rootProject. name= ' APIExample'
You can’t perform that action at this time.
0 commit comments