Merge pull request #176 from andyklimczak/build-fix-jcenter

Change repository: mavenCentral -> jcenter
multisite
Floens 9 years ago
commit 66d3076fd7
  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. // Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript { buildscript {
repositories { repositories {
mavenCentral() jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:2.1.0-alpha5' classpath 'com.android.tools.build:gradle:2.1.0-alpha5'
@ -10,6 +10,6 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
mavenCentral() jcenter()
} }
} }

Loading…
Cancel
Save