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