Skip to content

Instantly share code, notes, and snippets.

@ademirqueiroga
Created April 6, 2025 23:58
Show Gist options
  • Save ademirqueiroga/03ab5e12cdf1e493c50fc3aef4167768 to your computer and use it in GitHub Desktop.
Save ademirqueiroga/03ab5e12cdf1e493c50fc3aef4167768 to your computer and use it in GitHub Desktop.
Disable AGP Release Lint
android {
lint {
checkReleaseBuilds = false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment