DisableFlagSecure/build.gradle
dependabot[bot] ca497ee3e6 Bump com.android.application from 8.3.0 to 8.3.1
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>
2024-03-20 01:27:24 +08:00

8 lines
142 B
Groovy

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