瀏覽代碼

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 年之前
父節點
當前提交
6cb9548f72
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 366D7BBAD1031E80
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. +3
    -0
      tunnel/build.gradle

+ 3
- 0
tunnel/build.gradle 查看文件

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

dependencies {


Loading…
取消
儲存