We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 310f7f3 commit 48579f7Copy full SHA for 48579f7
build.gradle.kts
@@ -34,7 +34,7 @@ dependencies {
34
compileOnly("com.github.spotbugs:spotbugs:$spotBugsVersion")
35
compileOnly("com.android.tools.build:gradle:$androidGradlePluginVersion")
36
testImplementation("com.tngtech.archunit:archunit:1.3.0")
37
- lintChecks("androidx.lint:lint-gradle:1.0.0-alpha01")
+ lintChecks("androidx.lint:lint-gradle:1.0.0-alpha02")
38
}
39
40
val signingKey: String? = providers.environmentVariable("SIGNING_KEY").orNull
0 commit comments