Skip to content

Commit

Permalink
Merge pull request #15 from tasomaniac/patch-1
Browse files Browse the repository at this point in the history
ButterKnife 7.x fix
  • Loading branch information
arturdm committed Jan 8, 2016
2 parents 152692c + 4cc9e42 commit 12dc827
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ class JacocoAndroidUnitTestReportExtension {
'**/Manifest*.*'].asImmutable()

public static final Collection<String> butterKnifeExcludes =
['**/*$ViewInjector*.*'].asImmutable()
['**/*$ViewInjector*.*',
'**/*$ViewBinder*.*'].asImmutable()

public static final Collection<String> dagger2Excludes =
['**/*_MembersInjector.class',
Expand Down

0 comments on commit 12dc827

Please sign in to comment.