mirror of https://github.com/m2049r/xmrwallet.git
Disable linting for MissingTranslation
This commit is contained in:
parent
4f5a5694ec
commit
c7641e2b7f
|
@ -123,6 +123,10 @@ android {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
lint {
|
||||
disable "MissingTranslation" // Translation is crowd-sourced.
|
||||
}
|
||||
}
|
||||
|
||||
static def getId(name) {
|
||||
|
|
Loading…
Reference in New Issue