mirror of
https://github.com/moparisthebest/Conversations
synced 2024-11-17 22:35:08 -05:00
Merge pull request #868 from SamWhited/ignore-extra-translations
Don't fail on extra translations
This commit is contained in:
commit
22119bd904
@ -94,7 +94,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
disable 'MissingTranslation', 'InvalidPackage'
|
disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage'
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
Loading…
Reference in New Issue
Block a user