Skip to content

Commit 15f3f59

Browse files
committed
android build: Disable lint AndroidGradlePluginVersion
We're successfully managing our Gradle and AGP upgrades without this lint rule, and it's annoying that it fails our CI builds. Discussion: https://chat.zulip.org/#narrow/channel/243-mobile-team/topic/CI.20fail.3A.20lint.20on.20Gradle.20version.3F/near/2179323
1 parent 1a157a9 commit 15f3f59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/app/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ android {
7878
checkAllWarnings = true
7979
warningsAsErrors = true
8080
baseline = file("lint-baseline.xml")
81+
disable += ['AndroidGradlePluginVersion']
8182
}
8283
}
8384

0 commit comments

Comments
 (0)