From 7204b8dcc4e7bda2b288edd89624a53aceb6cbcb Mon Sep 17 00:00:00 2001 From: OSS-Bot <93565511+slack-oss-bot@users.noreply.github.com> Date: Sat, 24 Aug 2024 19:05:07 -0700 Subject: [PATCH] Update plugin lint to v8.7.0-alpha07 (#292) * Update plugin lint to v8.6.0-rc01 * 8.7 --------- Co-authored-by: Zac Sweers --- 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 8c97549e..de877f5d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ lint = "31.6.0-alpha07" buildConfig = { id = "com.github.gmazzo.buildconfig", version = "5.4.0" } detekt = { id = "io.gitlab.arturbosch.detekt", version = "1.23.6" } dokka = { id = "org.jetbrains.dokka", version = "1.9.20" } -lint = { id = "com.android.lint", version = "8.6.0-alpha07" } +lint = { id = "com.android.lint", version = "8.7.0-alpha07" } kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } ksp = { id = "com.google.devtools.ksp", version = "2.0.0-1.0.22" } mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }