Added google repo to allProjects.repositories in build.grade, SO says this should fix the build

This commit is contained in:
Yair Morgenstern 2018-12-02 14:38:53 +02:00
parent e040c3dec6
commit 1e831f8c3c

View file

@ -38,6 +38,7 @@ allprojects {
}
repositories {
google()
mavenLocal()
mavenCentral()
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }