Skip to content

Commit

Permalink
[Android]revert to use common repo url.
Browse files Browse the repository at this point in the history
  • Loading branch information
xgfd3 committed Mar 8, 2024
1 parent cb080da commit 0289b30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https://mirrors.cloud.tencent.com/gradle/gradle-7.3.3-bin.zip
distributionUrl=https://services.gradle.org/distributions/gradle-7.3.3-bin.zip
2 changes: 0 additions & 2 deletions Android/APIExample/settings.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
pluginManagement {
repositories {
maven { url "https://maven.aliyun.com/repository/public" }
google()
mavenCentral()
gradlePluginPortal()
Expand All @@ -9,7 +8,6 @@ pluginManagement {
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven { url "https://maven.aliyun.com/repository/public" }
google()
mavenCentral()
maven { url "https://jitpack.io" }
Expand Down

0 comments on commit 0289b30

Please sign in to comment.