Skip to content

Commit 1c4ac31

Browse files
Update android.gradle.plugin to v8.7.0 (#3577)
* Update android.gradle.plugin to v8.7.0 * Bump Android lint version to `8.8.0-alpha04` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Jorge Martín <[email protected]>
1 parent 79c17f7 commit 1c4ac31

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
@@ -40,7 +40,7 @@ signing.element.nightly.keyPassword=Secret
4040

4141
# Customise the Lint version to use a more recent version than the one bundled with AGP
4242
# https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html
43-
android.experimental.lint.version=8.7.0-alpha01
43+
android.experimental.lint.version=8.8.0-alpha04
4444

4545
# Enable test fixture for all modules by default
4646
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.6.1"
6+
android_gradle_plugin = "8.7.0"
77
kotlin = "1.9.25"
88
kotlinpoetKsp = "1.17.0"
99
ksp = "1.9.25-1.0.20"

0 commit comments

Comments
 (0)