Skip to content

Commit 76cc4c0

Browse files
committed
Lint errors fix
1 parent e9aa3bc commit 76cc4c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/build.gradle

+3
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ android {
2323
buildFeatures {
2424
viewBinding true
2525
}
26+
lintOptions {
27+
abortOnError false
28+
}
2629
}
2730

2831
dependencies {

0 commit comments

Comments
 (0)