Last active
April 7, 2025 00:08
-
-
Save ademirqueiroga/199ffaefe76547d9240d303a7e5d0bb8 to your computer and use it in GitHub Desktop.
Conditionally Disabling AGP 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
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