mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 18:47:03 +05:30
android: downgrade Lint noise
This commit is contained in:
parent
19dd6b0c8a
commit
f3520834f3
1 changed files with 2 additions and 2 deletions
|
@ -28,9 +28,9 @@ android {
|
|||
}
|
||||
}
|
||||
lint {
|
||||
abortOnError = true
|
||||
abortOnError = false
|
||||
checkReleaseBuilds = false
|
||||
warningsAsErrors = true
|
||||
warningsAsErrors = false
|
||||
disable.add("DialogFragmentCallbacksDetector")
|
||||
baseline = file("lint-baseline.xml")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue