lint.gradle 138 B

1234567
  1. android {
  2. lintOptions {
  3. textReport true
  4. textOutput file("lint-report.txt")
  5. checkOnly 'UnusedResources'
  6. }
  7. }