mirror of
https://github.com/moparisthebest/Conversations
synced 2025-02-17 07:00:10 -05:00
do not ignore extra translations linter
This commit is contained in:
parent
0663e04e0a
commit
60d97e70f0
@ -101,7 +101,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
lintOptions {
|
lintOptions {
|
||||||
disable 'ExtraTranslation', 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource'
|
disable 'MissingTranslation', 'InvalidPackage', 'MissingQuantity', 'AppCompatResource'
|
||||||
}
|
}
|
||||||
|
|
||||||
subprojects {
|
subprojects {
|
||||||
|
Loading…
Reference in New Issue
Block a user