lint.xml 333 B

12345678910
  1. <lint>
  2. <issue id="UnusedResources">
  3. <ignore path="res/drawable" />
  4. <ignore path="res/layout" />
  5. <ignore path="res/menu" />
  6. <ignore path="res/values" />
  7. </issue>
  8. <!-- TODO: https://github.com/bumptech/glide/issues/4940 -->
  9. <issue id="NotificationPermission" severity="ignore" />
  10. </lint>