Skip to content
This repository has been archived by the owner on May 20, 2019. It is now read-only.

Commit

Permalink
Suppress GoogleAppIndexingWarning and UnusedAttribute warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
lubo committed Apr 17, 2016
1 parent b19167f commit 6fd71a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CacheCleaner/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ android {
}

lintOptions {
ignore 'GoogleAppIndexingWarning', 'UnusedAttribute'
textOutput 'stdout'
textReport true
warning 'MissingTranslation'
Expand Down

0 comments on commit 6fd71a4

Please sign in to comment.