Skip to content

Instantly share code, notes, and snippets.

@ademirqueiroga
Last active April 7, 2025 00:08
Show Gist options
  • Save ademirqueiroga/199ffaefe76547d9240d303a7e5d0bb8 to your computer and use it in GitHub Desktop.
Save ademirqueiroga/199ffaefe76547d9240d303a7e5d0bb8 to your computer and use it in GitHub Desktop.
Conditionally Disabling AGP Lint
lint {
if (project.hasProperty("disableReleaseLint")) {
checkReleaseBuilds = false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment