Skip to content

Commit

Permalink
Disable AndroidGradlePluginVersion lint (#53)
Browse files Browse the repository at this point in the history
Failing a build due to an outdated AGP is excessive.
  • Loading branch information
twyatt authored Mar 19, 2024
1 parent c3a9852 commit 6507f62
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundled/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ android {
lint {
abortOnError = true
warningsAsErrors = true
disable += "AndroidGradlePluginVersion"
disable += "GradleDependency"
}
}
Expand Down

0 comments on commit 6507f62

Please sign in to comment.