From 1e831f8c3cec62880b349a77069ea7520aab60e1 Mon Sep 17 00:00:00 2001 From: Yair Morgenstern Date: Sun, 2 Dec 2018 14:38:53 +0200 Subject: [PATCH] Added google repo to allProjects.repositories in build.grade, SO says this should fix the build --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index 8951802d..59d19495 100644 --- a/build.gradle +++ b/build.gradle @@ -38,6 +38,7 @@ allprojects { } repositories { + google() mavenLocal() mavenCentral() maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }