mirror of
https://github.com/niushuai233/DevControl.git
synced 2024-10-27 22:43:20 +08:00
21 lines
481 B
Groovy
21 lines
481 B
Groovy
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
|
|
|
buildscript {
|
|
repositories {
|
|
jcenter()
|
|
google()
|
|
mavenCentral()
|
|
}
|
|
dependencies {
|
|
classpath 'org.greenrobot:greendao-gradle-plugin:3.3.0'
|
|
}
|
|
}
|
|
|
|
plugins {
|
|
id 'com.android.application' version '7.1.3' apply false
|
|
id 'com.android.library' version '7.1.3' apply false
|
|
}
|
|
|
|
task clean(type: Delete) {
|
|
delete rootProject.buildDir
|
|
} |