Ignore lint checks for dependency version updates
Renovate bot is handling this now, no need to fail builds for it
This commit is contained in:
parent
4e0c8ffc00
commit
0206e47434
1 changed files with 1 additions and 0 deletions
|
@ -45,6 +45,7 @@ android {
|
|||
compose = true
|
||||
}
|
||||
lint {
|
||||
disable += listOf("AndroidGradlePluginVersion", "GradleDependency")
|
||||
warningsAsErrors = true
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue