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