Skip to content

Commit

Permalink
Remove deprecated jcenter() from build.gradle, replace with mavenCent…
Browse files Browse the repository at this point in the history
…ral()
  • Loading branch information
hrydgard committed Oct 5, 2021
1 parent 16c1713 commit 3e4fb8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -2,7 +2,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:7.0.2'
Expand All @@ -12,6 +12,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

0 comments on commit 3e4fb8e

Please sign in to comment.