Use jcenter instead of mavenCentral

jcenter is the new default repository for gradle
This commit is contained in:
Daniel Schaal 2015-07-12 09:29:00 +02:00
parent 45766cb7ab
commit 86dd55be62

View file

@ -2,7 +2,7 @@
buildscript {
repositories {
mavenCentral()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
@ -11,6 +11,6 @@ buildscript {
allprojects {
repositories {
mavenCentral()
jcenter()
}
}