fix(build): disable NewerVersionAvailable Lint

This commit is contained in:
Harsh Shandilya 2023-09-07 23:52:15 +05:30
parent f371c435fd
commit e49a2c2cbc
No known key found for this signature in database
3 changed files with 3 additions and 34 deletions

View file

@ -33,6 +33,8 @@ object LintConfig {
error += "ComposeM2Api"
}
baseline = project.file("lint-baseline.xml")
// This is extremely annoying
disable += "NewerVersionAvailable"
}
fun configureRootProject(project: Project) {