Disable a lint

This commit is contained in:
birdbird 2023-08-22 10:08:53 +00:00 committed by tzugen
parent d2a98a3022
commit 09e87ce8a0
No known key found for this signature in database
GPG Key ID: 61E9C34BC10EC930

View File

@ -81,6 +81,7 @@ android {
disable 'ObsoleteLintCustomCheck'
// We manage dependencies on Gitlab with RenovateBot
disable 'GradleDependency'
disable 'AndroidGradlePluginVersion'
textReport true
checkDependencies true
}