Skip to content

Commit 1ae2c05

Browse files
committed
lintVersion: 30.2.2 -> 30.3.0-rc01 to fix UsingOnClickInXml which did not work correctly when running in AGP (7.2.2).
1 parent 6bc2882 commit 1ae2c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/lint/lint.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ plugins {
1616
id 'org.jetbrains.kotlin.jvm'
1717
}
1818

19-
def lintVersion = '30.2.2'
19+
def lintVersion = '30.3.0-rc01'
2020

2121
dependencies {
2222
compileOnly "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"

0 commit comments

Comments
 (0)