Skip to content

Commit 2294fd2

Browse files
committed
Comment out the lint version override.
We should override only when we have an issue with the lint version defined in AGP.
1 parent 91dbf79 commit 2294fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ signing.element.nightly.keyPassword=Secret
4141

4242
# Customise the Lint version to use a more recent version than the one bundled with AGP
4343
# https://googlesamples.github.io/android-custom-lint-rules/usage/newer-lint.md.html
44-
android.experimental.lint.version=8.12.2
44+
# android.experimental.lint.version=8.12.2
4545

4646
# Enable test fixture for all modules by default
4747
android.experimental.enableTestFixtures=true

0 commit comments

Comments
 (0)