mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-12 10:32:36 +00:00
Update lint options
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
feafb0c357
commit
f6f35028a2
@ -39,8 +39,8 @@ android {
|
|||||||
lintOptions {
|
lintOptions {
|
||||||
disable 'InvalidPackage'
|
disable 'InvalidPackage'
|
||||||
disable 'MissingTranslation'
|
disable 'MissingTranslation'
|
||||||
disable "ValidController",
|
disable "ValidController"
|
||||||
"ValidControllerChangeHandler"
|
disable "ValidControllerChangeHandler"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user