mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 16:27:06 +05:30
all: disable Paparazzi tests and fix lint issues
This commit is contained in:
parent
c235d4feb2
commit
bf94d1fbe5
6 changed files with 49 additions and 50 deletions
|
@ -27,6 +27,13 @@ android {
|
|||
isDebuggable = false
|
||||
}
|
||||
}
|
||||
lint {
|
||||
abortOnError = true
|
||||
checkReleaseBuilds = false
|
||||
warningsAsErrors = true
|
||||
disable.add("DialogFragmentCallbacksDetector")
|
||||
baseline = file("lint-baseline.xml")
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue