Skip to content

Commit

Permalink
Close mix1009#26: Replace jcenter() with mavenCentral()
Browse files Browse the repository at this point in the history
  • Loading branch information
scribetw committed Jan 2, 2024
1 parent 4c408e4 commit 10bed1b
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 @@ -4,7 +4,7 @@ version '1.0'
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}

dependencies {
Expand All @@ -15,7 +15,7 @@ buildscript {
rootProject.allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down

0 comments on commit 10bed1b

Please sign in to comment.