Skip to content

Commit fbfeb7d

Browse files
authored
Merge pull request #781 from AppDevNext/dependabot/gradle/master/lintVersion-32.2.1
Bump lintVersion from 32.2.0 to 32.2.1
2 parents 65553f4 + 2d8dedc commit fbfeb7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lint/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tasks.withType<KotlinCompile>().configureEach {
1717
}
1818

1919
// Lint API version tracks AGP: AGP 9.1.1 → Lint 32.1.1
20-
val lintVersion = "32.2.0"
20+
val lintVersion = "32.2.1"
2121

2222
dependencies {
2323
compileOnly("com.android.tools.lint:lint-api:$lintVersion")

0 commit comments

Comments
 (0)