Skip to content

Commit 69ec185

Browse files
committed
LongLogTag ignored for now as temporary solution
1 parent fccf6f2 commit 69ec185

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

library/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ android {
1414
warningsAsErrors true
1515
quiet false
1616
showAll true
17-
disable 'OldTargetApi'
17+
disable 'OldTargetApi', 'LongLogTag'
18+
// TODO: long log tag should be fixed instead of ignored
1819
}
1920

2021
compileOptions {

0 commit comments

Comments
 (0)