Suppress outdated dependency Lint (#7009)

This commit is contained in:
ByteHamster 2024-03-20 20:30:28 +01:00 committed by GitHub
parent 542d50cba7
commit 27aa5cba96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ android {
}
lint {
disable "GradleDependency"
disable "GradleDependency", "OutdatedLibrary"
checkDependencies true
warningsAsErrors true
abortOnError true