Suppress MissingTranslation errors
This commit is contained in:
parent
717b8f380b
commit
f9bfa48f00
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
lint {
|
lint {
|
||||||
disable 'MissingTranslation', 'ImpliedQuantity'
|
warning 'ImpliedQuantity', 'Instantiatable', 'MissingQuantity', 'MissingTranslation'
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_8
|
sourceCompatibility JavaVersion.VERSION_1_8
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue