Skip to content

Commit

Permalink
Disable Lint.AndroidGradlePluginVersion.
Browse files Browse the repository at this point in the history
Signed-off-by: Kenneth J. Shackleton <[email protected]>
  • Loading branch information
kennethshackleton committed May 28, 2024
1 parent 48cf807 commit 7accfdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ subprojects {
lint {
warningsAsErrors = true
disable.addAll(listOf(
"AndroidGradlePluginVersion",
"GradleDependency"
))
}
Expand All @@ -122,6 +123,7 @@ subprojects {
lint {
warningsAsErrors = true
disable.addAll(listOf(
"AndroidGradlePluginVersion",
"GradleDependency"
))
}
Expand Down

0 comments on commit 7accfdc

Please sign in to comment.