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

Commit

Permalink
Disable ExtraTranslation lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gsantner committed May 29, 2018
1 parent ca288bd commit 9ebbcae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ android {

lintOptions {
disable 'MissingTranslation'
disable 'ExtraTranslation'
}

packagingOptions {
Expand Down

0 comments on commit 9ebbcae

Please sign in to comment.