Skip to content

Commit

Permalink
Update android.gradle.plugin to v8.7.0 (#3577)
Browse files Browse the repository at this point in the history
* 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 <jorgem@element.io>
  • Loading branch information
renovate[bot] and jmartinesp authored Oct 2, 2024
1 parent 79c17f7 commit 1c4ac31
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ signing.element.nightly.keyPassword=Secret

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

# Enable test fixture for all modules by default
android.experimental.enableTestFixtures=true
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[versions]
# Project
android_gradle_plugin = "8.6.1"
android_gradle_plugin = "8.7.0"
kotlin = "1.9.25"
kotlinpoetKsp = "1.17.0"
ksp = "1.9.25-1.0.20"
Expand Down

0 comments on commit 1c4ac31

Please sign in to comment.