diff --git a/build.gradle b/build.gradle index a5daed8..cf0e6e8 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { + repositories { + // For the Gradle plugin + maven { url "https://maven.google.com" } + } dependencies { // https://jcenter.bintray.com/com/android/tools/build/gradle classpath 'com.android.tools.build:gradle:2.2.3'