mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 19:57:04 +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 {
|
lint {
|
||||||
abortOnError = true
|
abortOnError = false
|
||||||
checkReleaseBuilds = false
|
checkReleaseBuilds = false
|
||||||
warningsAsErrors = true
|
warningsAsErrors = false
|
||||||
disable.add("DialogFragmentCallbacksDetector")
|
disable.add("DialogFragmentCallbacksDetector")
|
||||||
baseline = file("lint-baseline.xml")
|
baseline = file("lint-baseline.xml")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue