deps (lint) : update lint version to align with android gradle plugin

This commit is contained in:
ganfra
2025-07-01 18:44:53 +02:00
parent e21e982e23
commit 27b122b6dc

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.11.0-alpha09
android.experimental.lint.version=8.11.0
# Enable test fixture for all modules by default
android.experimental.enableTestFixtures=true