소스 검색

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
No known key found for this signature in database GPG 키 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 {


불러오는 중...
취소
저장