build.gradle
@@ -3,9 +3,11 @@ buildscript { repositories { jcenter() google() } dependencies { classpath 'com.android.tools.build:gradle:2.3.1' classpath 'com.android.tools.build:gradle:3.0.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files @@ -14,10 +16,11 @@ allprojects { repositories { maven { url "https://jitpack.io" } // maven { // url "https://jitpack.io" // } jcenter() google() } }