samba-documents-provider/build.gradle

24 lines
433 B
Groovy
Raw Permalink 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()
maven {
url "https://maven.google.com"
}
2017-06-19 20:55:49 +00:00
}
}
task clean(type: Delete) {
delete rootProject.buildDir
}