Skip to content

Commit

Permalink
Disable GetLocales lint
Browse files Browse the repository at this point in the history
Like f0b15d2
  • Loading branch information
fynngodau committed Jan 22, 2024
1 parent 46e8aac commit 1632e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vending-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {
}

lintOptions {
disable 'MissingTranslation'
disable 'MissingTranslation', 'GetLocales'
}

compileOptions {
Expand Down

0 comments on commit 1632e54

Please sign in to comment.