Skip to content

Commit 456f736

Browse files
committed
Build: Migrate dsl properties from lint options to lint
FYI: This was suggested automatically using the AGP upgrade assistant.
1 parent b3b84cf commit 456f736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ android {
2929
androidTest.java.srcDirs += 'src/androidTest/kotlin'
3030
}
3131

32-
lintOptions {
32+
lint {
3333
disable 'GradleCompatible'
3434
}
3535

0 commit comments

Comments
 (0)