Disable MissingTranslation for telegram builds
This commit is contained in:
parent
c3ac67aa00
commit
2ca1f319f9
1 changed files with 1 additions and 0 deletions
|
@ -86,6 +86,7 @@ android {
|
||||||
lintOptions {
|
lintOptions {
|
||||||
// use this line to check all rules except those listed
|
// use this line to check all rules except those listed
|
||||||
disable 'InvalidPackage'
|
disable 'InvalidPackage'
|
||||||
|
disable 'MissingTranslation'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue