Browse Source

ui: disable LongLogTag lint

We know what we're doing

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 4 years ago
parent
commit
8d128cf2e9
No known key found for this signature in database GPG Key ID: 366D7BBAD1031E80
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      ui/build.gradle

+ 3
- 0
ui/build.gradle View File

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

dependencies {


Loading…
Cancel
Save