Merge pull request #4130 from element-hq/renovate/android.gradle.plugin

Update android.gradle.plugin to v8.8.0
This commit is contained in:
Benoit Marty 2025-01-13 09:14:20 +01:00 committed by GitHub
commit d9d5d293ec
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.8.0-alpha04
android.experimental.lint.version=8.9.0-alpha08
# Enable test fixture for all modules by default
android.experimental.enableTestFixtures=true

View file

@ -3,7 +3,7 @@
[versions]
# Project
android_gradle_plugin = "8.7.3"
android_gradle_plugin = "8.8.0"
kotlin = "2.1.0"
kotlinpoet = "2.0.0"
ksp = "2.1.0-1.0.29"