JakeWharton / hugo

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

Update install task's path for fetching the aar artifact #50

Closed sddamico closed 10 years ago

sddamico commented 10 years ago

This patch resolves a build error on the initial install task where the installation of the packaged aar to the local maven repo would fail. This appeared to be as a result of the new output directory structure of the android-library plugin. The (quick and easy fix) is to correct the output dir path.

JakeWharton commented 10 years ago

Thanks