DisableFlagSecure/build.gradle
2024-04-11 08:49:05 +08:00

8 lines
142 B
Groovy

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