From fdf328e336c53d8b2cec88d29639b459e4b27631 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:16:38 +0000 Subject: [PATCH] fix(deps): update dependency androidx.lint:lint-gradle to v1.0.0-alpha03 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fa9867f5..a8b2d955 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -35,7 +35,7 @@ dependencies { compileOnly("com.github.spotbugs:spotbugs:$spotBugsVersion") compileOnly("com.android.tools.build:gradle:$androidGradlePluginVersion") testImplementation("com.tngtech.archunit:archunit:1.3.0") - lintChecks("androidx.lint:lint-gradle:1.0.0-alpha02") + lintChecks("androidx.lint:lint-gradle:1.0.0-alpha03") } val signingKey: String? = providers.environmentVariable("SIGNING_KEY").orNull