samba-documents-provider/build.gradle

21 lines
364 B
Groovy
Raw Normal View History

2017-06-19 20:55:49 +00:00
// 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.3.3'
2017-06-19 20:55:49 +00:00
}
}
allprojects {
repositories {
jcenter()
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}