ui: disable LongLogTag lint

We know what we're doing

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-03-31 03:48:00 +05:30
parent d5ffa08480
commit 8d128cf2e9
No known key found for this signature in database
GPG Key ID: 366D7BBAD1031E80

View File

@ -59,6 +59,9 @@ android {
versionNameSuffix "-debug"
}
}
lintOptions {
disable('LongLogTag')
}
}
dependencies {