Skip to content

Commit a74fd9d

Browse files
fix(deps): update dependency androidx.lint:lint-gradle to v1.0.0-alpha06 (#1646)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2ba3055 commit a74fd9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ dependencies {
3434
compileOnly("com.github.spotbugs:spotbugs:$spotBugsVersion")
3535
compileOnly("com.android.tools.build:gradle:$androidGradlePluginVersion")
3636
testImplementation("com.tngtech.archunit:archunit:1.4.1")
37-
lintChecks("androidx.lint:lint-gradle:1.0.0-alpha05")
37+
lintChecks("androidx.lint:lint-gradle:1.0.0-alpha06")
3838
}
3939

4040
val signingKey: String? = providers.environmentVariable("SIGNING_KEY").orNull

0 commit comments

Comments
 (0)