refactor(gradle): configure Lint for all modules

This commit is contained in:
Harsh Shandilya 2022-11-14 13:56:56 +05:30
parent aa2a109587
commit 839773e48e
No known key found for this signature in database
6 changed files with 33 additions and 9 deletions

View file

@ -38,13 +38,6 @@ android {
isDebuggable = false
}
}
lint {
abortOnError = false
checkReleaseBuilds = false
warningsAsErrors = false
disable.add("DialogFragmentCallbacksDetector")
baseline = file("lint-baseline.xml")
}
}
dependencies {