diff --git a/lint.xml b/lint.xml index b18845a9b5b6b185d3b7240ebfcb843422ef57a4..89a5ad06a7cfbea2af6f04be4d6976138203b931 100644 --- a/lint.xml +++ b/lint.xml @@ -39,4 +39,7 @@ <!-- Because Autofill isn’t a priority at the moment --> <issue id="Autofill" severity="informational" /> + + <!-- We’re not using AGP 5 yet, and once we are, we’ll use compose anyway --> + <issue id="NonConstantResourceId" severity="informational" /> </lint>