mirror of
https://github.com/LSPosed/DisableFlagSecure.git
synced 2025-05-04 23:25:41 +08:00
8 lines
142 B
Groovy
8 lines
142 B
Groovy
plugins {
|
|
id 'com.android.application' version '8.3.0' apply false
|
|
}
|
|
|
|
tasks.register('clean', Delete) {
|
|
delete rootProject.buildDir
|
|
}
|