mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
disable missing translations in dev
This commit is contained in:
parent
6a5770b913
commit
42e2e60645
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ android {
|
||||||
}
|
}
|
||||||
create("dev") {
|
create("dev") {
|
||||||
resConfig("en")
|
resConfig("en")
|
||||||
|
lintOptions {
|
||||||
|
disable("MissingTranslation")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue