Disable `GradleDependency` Lint warning

See #921
pull/1733/head
Simon Marquis 9 months ago committed by GitHub
parent 57d98cc2e2
commit 9e42080bf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -44,4 +44,5 @@ private fun Lint.configure() {
xmlReport = true xmlReport = true
sarifReport = true sarifReport = true
checkDependencies = true checkDependencies = true
disable += "GradleDependency"
} }

Loading…
Cancel
Save