Skip to content

Commit c1ee2b5

Browse files
author
zhaoyongqiang
committed
Merge branch 'dev/4.2.1' of github.com:AgoraIO/API-Examples into dev/4.2.1
2 parents 3890cb7 + 0f3c187 commit c1ee2b5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Android/APIExample/settings.gradle

+3-5
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)