disable missing translations in dev

This commit is contained in:
Jays2Kings 2021-03-24 17:30:05 -04:00
parent 6a5770b913
commit 42e2e60645

View File

@ -66,6 +66,9 @@ android {
} }
create("dev") { create("dev") {
resConfig("en") resConfig("en")
lintOptions {
disable("MissingTranslation")
}
} }
} }