DisableFlagSecure/build.gradle

8 lines
142 B
Groovy
Raw Normal View History

2024-03-11 21:34:16 +08:00
plugins {
id 'com.android.application' version '8.3.2' apply false
2021-02-03 16:36:24 +08:00
}
2024-03-11 21:34:16 +08:00
tasks.register('clean', Delete) {
2021-02-03 16:36:24 +08:00
delete rootProject.buildDir
2023-02-14 11:19:17 +08:00
}