From 27b122b6dc14274f64e89cbd52ab03e8b5d2a777 Mon Sep 17 00:00:00 2001 From: ganfra Date: Tue, 1 Jul 2025 18:44:53 +0200 Subject: [PATCH] deps (lint) : update lint version to align with android gradle plugin --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c9789f9dff..eafefba3e6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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