news-android/build.gradle
Daniel Schaal 86dd55be62 Use jcenter instead of mavenCentral
jcenter is the new default repository for gradle
2015-07-14 16:54:52 +02:00

16 lines
302 B
Groovy

// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
}
}
allprojects {
repositories {
jcenter()
}
}