Catima-Android/build.gradle.kts
dependabot[bot] e50adc39c5
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-19 02:11:33 +00:00

13 lines
345 B
Plaintext

// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.3.1" apply false
id("com.github.spotbugs") version "5.1.4" apply false
}
allprojects {
tasks.withType<JavaCompile> {
options.compilerArgs.add("-Xlint:deprecation")
}
}