Disable MissingTranslation for telegram builds

This commit is contained in:
Chumva 2018-10-19 14:25:42 +03:00
parent c3ac67aa00
commit 2ca1f319f9

View file

@ -86,6 +86,7 @@ android {
lintOptions {
// use this line to check all rules except those listed
disable 'InvalidPackage'
disable 'MissingTranslation'
}
}