added mavenCentral()

This commit is contained in:
Gouri Panda 2021-06-30 11:37:14 -07:00
parent f811915f9c
commit 1c4271b71d

View File

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