Switch to Maven Central repositories

This commit is contained in:
Cameron Gutman
2021-05-15 16:56:58 -05:00
parent ba0d08b2a6
commit e1f6b577bf

View File

@@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
@@ -11,7 +11,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}