Added google repo to allProjects.repositories in build.grade, SO says this should fix the build
This commit is contained in:
parent
e040c3dec6
commit
1e831f8c3c
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ allprojects {
|
||||||
}
|
}
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
|
google()
|
||||||
mavenLocal()
|
mavenLocal()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
|
||||||
|
|
Loading…
Reference in a new issue