mirror of
https://github.com/LSPosed/DisableFlagSecure.git
synced 2025-05-04 22:59:43 +08:00
Bumps com.android.application from 8.3.0 to 8.3.1. --- updated-dependencies: - dependency-name: com.android.application dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
8 lines
142 B
Groovy
8 lines
142 B
Groovy
plugins {
|
|
id 'com.android.application' version '8.3.1' apply false
|
|
}
|
|
|
|
tasks.register('clean', Delete) {
|
|
delete rootProject.buildDir
|
|
}
|