Skip to content

Commit

Permalink
Add mavenCentral as an alternative for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
marcbaechinger authored and dturner committed Jan 17, 2022
1 parent 329a21b commit 8cedd8c
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 @@ -51,7 +51,7 @@ buildscript {

repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.0.1'
Expand All @@ -66,7 +66,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

Expand Down

0 comments on commit 8cedd8c

Please sign in to comment.