fix(build): disable GradleDependency lint

I have better ways to deal with this
This commit is contained in:
Harsh Shandilya 2023-10-19 01:39:10 +05:30
parent 17eb9a4c45
commit a0ea6d6e1c
No known key found for this signature in database

View file

@ -35,6 +35,7 @@ object LintConfig {
baseline = project.file("lint-baseline.xml")
// This is extremely annoying
disable += "NewerVersionAvailable"
disable += "GradleDependency"
// Jetpack Compose lints are incompatible with AGP 8.3.0-alpha06
disable += "ObsoleteLintCustomCheck"
}