JakeWharton / hugo

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

Android gradle 3.0.0 Gradle 4 - compile/implementation #156

Open Shusshu opened 6 years ago

Shusshu commented 6 years ago

Hugo as a plugin uses compile/debugCompile which now triggers some warning in any project using android gradle 3.0.0

Configuration 'debugCompile' in project ':myProject' is deprecated. Use 'debugImplementation' instead."
Configuration 'compile' in project ':myProject' is deprecated. Use 'implementation' instead."
mtrakal commented 6 years ago

@JakeWharton Android studio 3.1 is released in stable, could you please merge this? It show warnings: https://issuetracker.google.com/issues/72479188

AdrienPoupa commented 5 years ago

This will break Hugo at the end of 2018. It needs to be merged.