Skip to content

Commit

Permalink
Suppress outdated dependency Lint (AntennaPod#7009)
Browse files Browse the repository at this point in the history
  • Loading branch information
ByteHamster authored Mar 20, 2024
1 parent 542d50c commit 27aa5cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
}

lint {
disable "GradleDependency"
disable "GradleDependency", "OutdatedLibrary"
checkDependencies true
warningsAsErrors true
abortOnError true
Expand Down

0 comments on commit 27aa5cb

Please sign in to comment.