From b972ae91752185603ee714e46939a94438e8bfd1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2026 18:16:11 +0000 Subject: [PATCH] Update dependency androidx.lint:lint-gradle to v1.0.0-alpha06 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b8da2f3cf..0426abab0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ develocity = "com.gradle:develocity-gradle-plugin:4.4.0" kotlin-gradlePlugin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" } pluginPublish = { module = "com.gradle.publish:plugin-publish-plugin", version.ref = "pluginPublish" } -androidx-gradlePluginLints = "androidx.lint:lint-gradle:1.0.0-alpha05" +androidx-gradlePluginLints = "androidx.lint:lint-gradle:1.0.0-alpha06" # Dummy to get renovate updates, the version is used in rootProject build.gradle with spotless. ktfmt = "com.facebook:ktfmt:0.62"