From 145ea2895c89878177138da8e59199c77d8e0a1a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 18:13:53 +0000 Subject: [PATCH] Update dependency androidx.lint:lint-gradle to v1.0.0-beta01 --- 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 33ab89644..813b40ddb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -25,7 +25,7 @@ develocity = "com.gradle:develocity-gradle-plugin:4.4.1" 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-alpha06" +androidx-gradlePluginLints = "androidx.lint:lint-gradle:1.0.0-beta01" # Dummy to get renovate updates, the version is used in rootProject build.gradle with spotless. ktfmt = "com.facebook:ktfmt:0.62"