FuckMaoNemo/build.gradle

10 lines
301 B
Groovy
Raw Normal View History

2024-06-07 04:33:59 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.0.0' apply false
id 'com.android.library' version '8.0.0' apply false
}
task clean(type: Delete) {
delete rootProject.buildDir
}