2017-02-14 16:45:57 -08:00
|
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
2015-01-20 13:58:58 -05:00
|
|
|
|
|
|
|
buildscript {
|
|
|
|
repositories {
|
2016-04-04 14:14:49 -07:00
|
|
|
jcenter()
|
2015-01-20 13:58:58 -05:00
|
|
|
}
|
|
|
|
dependencies {
|
2017-02-14 16:45:57 -08:00
|
|
|
classpath 'com.android.tools.build:gradle:2.2.3'
|
|
|
|
|
|
|
|
// NOTE: Do not place your application dependencies here; they belong
|
|
|
|
// in the individual module build.gradle files
|
2016-04-04 14:14:49 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
allprojects {
|
|
|
|
repositories {
|
|
|
|
jcenter()
|
2015-01-20 13:58:58 -05:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-02-14 16:45:57 -08:00
|
|
|
task clean(type: Delete) {
|
|
|
|
delete rootProject.buildDir
|
2015-01-20 13:58:58 -05:00
|
|
|
}
|