Skip to content

Commit f0ba59d

Browse files
Update android.gradle.plugin to v8.12.2 (#5244)
* Update android.gradle.plugin to v8.12.2 * Upgrade lint version --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Benoit Marty <[email protected]>
1 parent bec5643 commit f0ba59d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ signing.element.nightly.keyPassword=Secret
4141

4242
# Customise the Lint version to use a more recent version than the one bundled with AGP
4343
# https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html
44-
android.experimental.lint.version=8.12.1
44+
android.experimental.lint.version=8.12.2
4545

4646
# Enable test fixture for all modules by default
4747
android.experimental.enableTestFixtures=true

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[versions]
55
# Project
6-
android_gradle_plugin = "8.12.1"
6+
android_gradle_plugin = "8.12.2"
77
# When updateing this, please also update the version in the file ./idea/kotlinc.xml
88
kotlin = "2.2.10"
99
kotlinpoet = "2.2.0"

0 commit comments

Comments
 (0)