added mavenCentral()

This commit is contained in:
Gouri Panda 2021-06-30 11:37:14 -07:00
parent 55be39f534
commit 1898561ec1

View File

@ -1,6 +1,7 @@
buildscript {
repositories {
google()
mavenCentral()
jcenter()
}
dependencies {
@ -19,8 +20,8 @@ plugins {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
jcenter()
}
}