Update android.gradle.plugin to v8.4.0 (#2777)

* Update android.gradle.plugin to v8.4.0

* Update `android.experimental.lint.version` to `8.5.0-alpha07`

---------

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-05-15 11:07:36 +02:00 committed by GitHub
parent ef38535665
commit 87bd3eecba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -49,7 +49,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.4.0-alpha13
android.experimental.lint.version=8.5.0-alpha07
# Enable test fixture for all modules by default
android.experimental.enableTestFixtures=true

View file

@ -3,7 +3,7 @@
[versions]
# Project
android_gradle_plugin = "8.3.2"
android_gradle_plugin = "8.4.0"
kotlin = "1.9.24"
ksp = "1.9.24-1.0.20"
firebaseAppDistribution = "5.0.0"