JakeWharton / hugo

Annotation-triggered method call logging for your debug builds.
Apache License 2.0
7.92k stars 797 forks source link

How to configure gradle for using in android library #116

Open achooley opened 8 years ago

achooley commented 8 years ago

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

dan-dr commented 8 years ago

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

android {
     defaultPublishConfig "debug"
}