We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba3055 commit a74fd9dCopy full SHA for a74fd9d
1 file changed
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.4.1")
37
- lintChecks("androidx.lint:lint-gradle:1.0.0-alpha05")
+ lintChecks("androidx.lint:lint-gradle:1.0.0-alpha06")
38
}
39
40
val signingKey: String? = providers.environmentVariable("SIGNING_KEY").orNull
0 commit comments