Skip to content

Commit 64072f0

Browse files
Update android.gradle.plugin to v8.12.1 (#5184)
* Update android.gradle.plugin to v8.12.1 * Upgrade lint version to 8.12.1 (version 8.13.+ or 9.+ break the lint job) --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <[email protected]>
1 parent 85b0f11 commit 64072f0

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.0
44+
android.experimental.lint.version=8.12.1
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.0"
6+
android_gradle_plugin = "8.12.1"
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)