android-samples/ApiDemos/build.gradle
Stephen McDonald 199d343567 Update gradle plugin
Change-Id: Ib2b2eee0f4e1df6b07e458a8f3a369215fe0c41b
2016-09-07 15:15:17 +10:00

25 lines
519 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:2.1.3'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
allprojects {
repositories {
mavenLocal()
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}