otbeta/build.gradle
Ian Fijolek b5396bab6f
Some checks failed
continuous-integration/drone/push Build is failing
Working code with everything squashed
2019-12-19 17:21:38 -08:00

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