Browse Source

tunnel: disable LongLogTag lint

Should have been part of the patch that disabled this for ui/

Fixes: 8d128cf2e9 ("ui: disable LongLogTag lint")
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 4 years ago
parent
commit
6cb9548f72
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
      tunnel/build.gradle

+ 3
- 0
tunnel/build.gradle View File

@@ -45,6 +45,9 @@ android {
}
}
}
lintOptions {
disable('LongLogTag')
}
}

dependencies {


Loading…
Cancel
Save