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 <jorgem@element.io>
This commit is contained in:
renovate[bot] 2024-10-02 13:53:25 +02:00 committed by GitHub
parent 79c17f714f
commit 1c4ac316c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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