Skip to content

Commit

Permalink
Merge branch 'dev/4.2.1' of github.com:AgoraIO/API-Examples into dev/…
Browse files Browse the repository at this point in the history
…4.2.1
  • Loading branch information
zhaoyongqiang committed Jul 27, 2023
2 parents 3890cb7 + 0f3c187 commit c1ee2b5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Android/APIExample/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,25 +1,23 @@
pluginManagement {
repositories {
mavenCentral()
maven { url "https://maven.aliyun.com/repository/jcenter" }
maven { url "https://maven.aliyun.com/repository/public" }
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven { url "https://maven.aliyun.com/repository/public" }
google()
mavenCentral()
maven { url "https://maven.aliyun.com/repository/google" }
maven { url "https://maven.aliyun.com/repository/public" }
maven { url "https://maven.aliyun.com/repository/jcenter" }
maven { url "https://jitpack.io" }
maven {
url 'http://maven.faceunity.com/repository/maven-public/'
allowInsecureProtocol = true
}
google()
}
}
rootProject.name='APIExample'
Expand Down

0 comments on commit c1ee2b5

Please sign in to comment.