mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 14:07:05 +05:30
fix(build): more annoying lints
This commit is contained in:
parent
37869e52b6
commit
06d45d6b29
1 changed files with 2 additions and 1 deletions
|
@ -36,8 +36,9 @@ object LintConfig {
|
|||
}
|
||||
baseline = project.file("lint-baseline.xml")
|
||||
// This is extremely annoying
|
||||
disable += "NewerVersionAvailable"
|
||||
disable += "AndroidGradlePluginVersion"
|
||||
disable += "GradleDependency"
|
||||
disable += "NewerVersionAvailable"
|
||||
// Jetpack Compose lints are incompatible with AGP 8.3.0-alpha06
|
||||
disable += "ObsoleteLintCustomCheck"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue