JakeWharton / hugo

Annotation-triggered method call logging for your debug builds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to configure gradle for using in android library

achooley opened this issue · comments

I want to make android library for use in next project.
When i configure module to use hugo plugin and use this library in other project i cant see nothings.((
But i use hugo in android app all OK.
Sorry for stupid question

commented

looks like #80
add this to your library build file:

android {
     defaultPublishConfig "debug"
}