Skip to content

Commit ede2ad8

Browse files
committed
[Android][Audio]update repositories.
1 parent cfbf649 commit ede2ad8

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

Android/APIExample-Audio/settings.gradle

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
pluginManagement {
22
repositories {
3+
maven { url "https://maven.aliyun.com/repository/jcenter" }
4+
maven { url "https://maven.aliyun.com/repository/public" }
35
gradlePluginPortal()
46
google()
57
mavenCentral()
@@ -8,10 +10,12 @@ pluginManagement {
810
dependencyResolutionManagement {
911
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
1012
repositories {
11-
mavenCentral()
13+
maven { url "https://maven.aliyun.com/repository/public" }
14+
maven { url "https://maven.aliyun.com/repository/google" }
15+
maven { url "https://maven.aliyun.com/repository/jcenter" }
16+
maven { url "https://jitpack.io" }
1217
google()
13-
jcenter()
14-
maven { url 'https://jitpack.io' }
18+
mavenCentral()
1519
}
1620
}
1721
rootProject.name='APIExample-Audio'

0 commit comments

Comments
 (0)