DisableFlagSecure/build.gradle
2024-03-11 21:34:16 +08:00

8 lines
142 B
Groovy

plugins {
id 'com.android.application' version '8.3.0' apply false
}
tasks.register('clean', Delete) {
delete rootProject.buildDir
}