ui: disable LongLogTag lint
We know what we're doing Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
d5ffa08480
commit
8d128cf2e9
@ -59,6 +59,9 @@ android {
|
||||
versionNameSuffix "-debug"
|
||||
}
|
||||
}
|
||||
lintOptions {
|
||||
disable('LongLogTag')
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user