DisableFlagSecure/build.gradle
2024-05-27 14:57:28 +08:00

8 lines
142 B
Groovy

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