Selaa lähdekoodia

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 vuotta sitten
vanhempi
commit
6cb9548f72
No known key found for this signature in database GPG Key ID: 366D7BBAD1031E80
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. +3
    -0
      tunnel/build.gradle

+ 3
- 0
tunnel/build.gradle Näytä tiedosto

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

dependencies {


Ladataan…
Peruuta
Tallenna