Fix 'could not find dependency gradle:2.1.0-alpha5' by switching

repository from mavenCentral -> jcenter
multisite
Andy Klimczak 9 years ago
parent 3dad4f825d
commit 8a7b9f7073
  1. 4
      Clover/build.gradle

@ -1,7 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.0-alpha5'
@ -10,6 +10,6 @@ buildscript {
allprojects {
repositories {
mavenCentral()
jcenter()
}
}

Loading…
Cancel
Save