mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2025-12-28 05:14:28 +00:00
Bumps com.android.application from 8.11.1 to 8.12.0. --- updated-dependencies: - dependency-name: com.android.application dependency-version: 8.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
13 lines
355 B
Plaintext
13 lines
355 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.12.0" apply false
|
|
id("org.jetbrains.kotlin.android") version "2.2.0" apply false
|
|
}
|
|
|
|
allprojects {
|
|
tasks.withType<JavaCompile> {
|
|
options.compilerArgs.add("-Xlint:deprecation")
|
|
}
|
|
}
|