Skip to content

Commit

Permalink
breaking change: update maven link in build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
thoulee21 committed Sep 7, 2024
1 parent 874f045 commit 2414308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ buildscript {
}
repositories {
mavenLocal()
maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven-public' }
maven { url 'https://mirrors.cloud.tencent.com/nexus/repository/maven-google' }
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle")
Expand Down

0 comments on commit 2414308

Please sign in to comment.