Fix failing Lint task when there are dependency updates

This commit is contained in:
ByteHamster 2021-03-01 16:53:31 +01:00
parent 0e94aa5d9d
commit 0455a19657
3 changed files with 3 additions and 0 deletions

View File

@ -49,6 +49,7 @@ android {
}
lintOptions {
disable 'GradleDependency'
warningsAsErrors true
abortOnError true
}

View File

@ -39,6 +39,7 @@ android {
}
lintOptions {
disable 'GradleDependency'
warningsAsErrors true
abortOnError true
}

View File

@ -39,6 +39,7 @@ android {
}
lintOptions {
disable 'GradleDependency'
warningsAsErrors true
abortOnError true
}