We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 65553f4 + 2d8dedc commit fbfeb7dCopy full SHA for fbfeb7d
1 file changed
lint/build.gradle.kts
@@ -17,7 +17,7 @@ tasks.withType<KotlinCompile>().configureEach {
17
}
18
19
// Lint API version tracks AGP: AGP 9.1.1 → Lint 32.1.1
20
-val lintVersion = "32.2.0"
+val lintVersion = "32.2.1"
21
22
dependencies {
23
compileOnly("com.android.tools.lint:lint-api:$lintVersion")
0 commit comments