Skip to content

Commit

Permalink
Replace jcenter to mavenCentral
Browse files Browse the repository at this point in the history
  • Loading branch information
kshoji committed May 5, 2024
1 parent 27e4b49 commit aa4aa00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:8.3.2'
Expand All @@ -12,6 +12,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

0 comments on commit aa4aa00

Please sign in to comment.