Skip to content

Commit 4fc9796

Browse files
committed
[Android]fix ci.
1 parent 997e104 commit 4fc9796

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Android/APIExample/settings.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
pluginManagement {
22
repositories {
3+
mavenCentral()
34
maven { url "https://maven.aliyun.com/repository/jcenter" }
45
maven { url "https://maven.aliyun.com/repository/public" }
56
gradlePluginPortal()
67
google()
7-
mavenCentral()
88
}
99
}
1010
dependencyResolutionManagement {
1111
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1212
repositories {
13+
mavenCentral()
14+
maven { url "https://jitpack.io" }
1315
maven { url "https://maven.aliyun.com/repository/public" }
1416
maven { url "https://maven.aliyun.com/repository/google" }
1517
maven { url "https://maven.aliyun.com/repository/jcenter" }
16-
maven { url "https://jitpack.io" }
1718
google()
18-
mavenCentral()
1919
}
2020
}
2121
rootProject.name='APIExample'

0 commit comments

Comments
 (0)