Skip to content

Commit

Permalink
Replace jcenter() to mavenCentral()
Browse files Browse the repository at this point in the history
  • Loading branch information
TomoyaShibata committed May 11, 2021
1 parent 5eae3a9 commit f9e52fc
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 {
ext.kotlin_version = '1.5.0'
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.0'
Expand All @@ -13,7 +13,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down

0 comments on commit f9e52fc

Please sign in to comment.