We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e209bee commit 6894f81Copy full SHA for 6894f81
gradle/libs.versions.toml
@@ -33,7 +33,7 @@ dokka = { id = "org.jetbrains.dokka", version = "1.9.20" }
33
kotlinBinaryCompatibilityValidator = { id = "org.jetbrains.kotlinx.binary-compatibility-validator", version = "0.16.3" }
34
kotlinJvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
35
ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
36
-lint = { id = "com.android.lint", version = "8.7.0-beta02" }
+lint = { id = "com.android.lint", version = "8.7.1" }
37
mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.29.0" }
38
mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
39
moshix = { id = "dev.zacsweers.moshix", version = "0.28.0" } # Always replaced by the local plugin
0 commit comments