Comment out the lint version override.

We should override only when we have an issue with the lint version defined in AGP.
This commit is contained in:
Benoit Marty 2025-09-09 18:13:20 +02:00
parent 91dbf794c6
commit 2294fd2b87

View file

@ -41,7 +41,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.12.2
# android.experimental.lint.version=8.12.2
# Enable test fixture for all modules by default
android.experimental.enableTestFixtures=true