mirror of https://github.com/x13a/Wasted.git
disable missing translation linter
This commit is contained in:
parent
d8d1aef706
commit
d056c90893
|
@ -32,6 +32,9 @@ android {
|
|||
kotlinOptions {
|
||||
jvmTarget = '1.8'
|
||||
}
|
||||
lintOptions {
|
||||
disable 'MissingTranslation'
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
Loading…
Reference in New Issue