lint: disable GradleDependency

This commit is contained in:
Alinson S. Xavier 2024-04-04 21:36:51 -05:00
parent 093591fbaf
commit 7cb32f486b
No known key found for this signature in database
GPG Key ID: 0DA8E4B9E1109DCA

View File

@ -94,6 +94,7 @@ android {
lint {
baseline = file("lint-baseline.xml")
disable += "GradleDependency"
warningsAsErrors = true
}
}