Skip to content

Commit

Permalink
lint ignore missing translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Dev committed Jan 28, 2018
1 parent 927d3bd commit 4e88caf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions limbo-android-arm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ android {
}
lintOptions {
abortOnError false
disable 'MissingTranslation'
}
}

Expand Down
1 change: 1 addition & 0 deletions limbo-android-ppc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ android {
}
lintOptions {
abortOnError false
disable 'MissingTranslation'
}
}

Expand Down
1 change: 1 addition & 0 deletions limbo-android-sparc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ android {
}
lintOptions {
abortOnError false
disable 'MissingTranslation'
}
}

Expand Down
1 change: 1 addition & 0 deletions limbo-android-x86/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ android {
}
lintOptions {
abortOnError false
disable 'MissingTranslation'
}
}

Expand Down

0 comments on commit 4e88caf

Please sign in to comment.