mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
fix(build): disable NewerVersionAvailable
Lint
This commit is contained in:
parent
f371c435fd
commit
e49a2c2cbc
3 changed files with 3 additions and 34 deletions
|
@ -33,6 +33,8 @@ object LintConfig {
|
|||
error += "ComposeM2Api"
|
||||
}
|
||||
baseline = project.file("lint-baseline.xml")
|
||||
// This is extremely annoying
|
||||
disable += "NewerVersionAvailable"
|
||||
}
|
||||
|
||||
fun configureRootProject(project: Project) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue