Not working with gradle 6.0
thomsontomy opened this issue · 1 comments
thomsontomy commented
* What went wrong:
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
> Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
> Could not find com.itkacher.okhttpprofiler:okhttpprofiler:1.0.5.
Required by:
project :app
Looks like the pom file is not published properly in the maven/jcenter repository.
itkacher commented
Hi!
Thanks for the reporting.
Try implementation 'com.itkacher.okhttpprofiler:okhttpprofiler:1.0.7'
Fixed