Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 48579f7

Browse files
authoredSep 4, 2024··
fix(deps): update dependency androidx.lint:lint-gradle to v1.0.0-alpha02 (#1244)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 310f7f3 commit 48579f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.gradle.kts

+1-1
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.3.0")
37-
lintChecks("androidx.lint:lint-gradle:1.0.0-alpha01")
37+
lintChecks("androidx.lint:lint-gradle:1.0.0-alpha02")
3838
}
3939

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

0 commit comments

Comments
 (0)
Please sign in to comment.