From 48579f7cf7fd21031a29a7c40047da2828bc2838 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:35:36 -0400 Subject: [PATCH] fix(deps): update dependency androidx.lint:lint-gradle to v1.0.0-alpha02 (#1244) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 56c36115..0326b8bf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,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-alpha01") + lintChecks("androidx.lint:lint-gradle:1.0.0-alpha02") } val signingKey: String? = providers.environmentVariable("SIGNING_KEY").orNull