diff --git a/build.gradle b/build.gradle index 62b62b545c..6013117aa1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { repositories { - jcenter() + google() + jcenter() } dependencies { classpath 'com.android.tools.build:gradle:3.0.0' @@ -10,6 +11,7 @@ buildscript { allprojects { repositories { + google() jcenter() } }