itkacher/OkHttpProfiler

Not working with gradle 6.0

thomsontomy opened this issue · 1 comments

* 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.

Hi!
Thanks for the reporting.
Try implementation 'com.itkacher.okhttpprofiler:okhttpprofiler:1.0.7'
Fixed