diff --git a/build.gradle b/build.gradle index 64a5bac..ec50c37 100644 --- a/build.gradle +++ b/build.gradle @@ -1,8 +1,10 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. -buildscript { +allprojects { repositories { jcenter() + // For the support libraries + maven { url "https://maven.google.com" } } dependencies { classpath 'com.android.tools.build:gradle:2.2.3' @@ -12,12 +14,6 @@ } } -allprojects { - repositories { - jcenter() - } -} - //This block encapsulates custom properties and makes them available to all //modules in the project. ext {