Skip to content

Commit

Permalink
LongLogTag ignored for now as temporary solution
Browse files Browse the repository at this point in the history
  • Loading branch information
smarek committed Feb 21, 2015
1 parent fccf6f2 commit 69ec185
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ android {
warningsAsErrors true
quiet false
showAll true
disable 'OldTargetApi'
disable 'OldTargetApi', 'LongLogTag'
// TODO: long log tag should be fixed instead of ignored
}

compileOptions {
Expand Down

0 comments on commit 69ec185

Please sign in to comment.