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 { buildscript {
repositories { repositories {
google() google()
mavenCentral()
jcenter() jcenter()
} }
dependencies { dependencies {
@ -19,8 +20,8 @@ plugins {
allprojects { allprojects {
repositories { repositories {
google() google()
jcenter()
mavenCentral() mavenCentral()
jcenter()
} }
} }