Created
April 6, 2025 23:58
-
-
Save ademirqueiroga/03ab5e12cdf1e493c50fc3aef4167768 to your computer and use it in GitHub Desktop.
Disable AGP Release Lint
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
android { | |
lint { | |
checkReleaseBuilds = false | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment