Skip to content

Commit

Permalink
Ignore missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
barbeau committed Aug 7, 2018
1 parent d48f10a commit 19999ad
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions GPSTest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ android {
exclude 'META-INF/NOTICE'
}

lintOptions {
disable 'MissingTranslation', 'ExtraTranslation'
}

if (project.hasProperty("secure.properties")
&& new File(project.property("secure.properties")).exists()) {

Expand Down

0 comments on commit 19999ad

Please sign in to comment.