Skip to content

Commit

Permalink
Ignore GradleDependency lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelaboliveira committed Dec 16, 2023
1 parent 3340505 commit c186da4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ android {
}
lint {
warningsAsErrors = true
disable += listOf("GradleDependency")
}
}

Expand Down

0 comments on commit c186da4

Please sign in to comment.