chore(deps): bump compose-lint-checks

This commit is contained in:
Harsh Shandilya 2023-03-09 01:08:21 +05:30
parent 8d092a761a
commit 456205dece
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -73,8 +73,8 @@ private fun Lint.configureLint(project: Project) {
abortOnError = true
checkReleaseBuilds = true
warningsAsErrors = true
disable.add("DialogFragmentCallbacksDetector")
error.add("ComposeM2Api")
enable += "ComposeM2Api"
error += "ComposeM2Api"
baseline = project.file("lint-baseline.xml")
}