blob: ee98d73e3d16538ad18fa90aea8d5849b7db3ab0 [file] [log] [blame]
// Top-level build file where you can add configuration options common to all sub-projects/modules.
buildscript {
repositories {
// AndroidGradleTestCase: This section will be populated automatically
// Manual testing: uncomment the following lines:
// google()
// jcenter()
}
dependencies {
// AndroidGradleTestCase: This section will be updated automatically
// Manual testing: Update the gradle plugin version.
classpath 'com.android.tools.build:gradle:1.5.0'
}
}
allprojects {
repositories {
// AndroidGradleTestCase: This section will be populated automatically.
// Manual testing: Uncomment the following lines:
// google()
// jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}