Failed to resolve: com.itkacher.okhttpprofiler:okhttpprofiler:1.0.7
Closed this issue · 1 comments
imanshul commented
I'm not able to resolve the library with jCenter() or mavenCentral() with gradle 7.4.2
eugene-tkachenko commented
Please use the latest:
implementation("io.nerdythings:okhttp-profiler:1.1.1")
jFrog is down. I will not be able to resurrect it.
If you can't use the latest, use:
https://central.sonatype.com/artifact/com.localebro/okhttpprofiler/versions
implementation("com.localebro:okhttpprofiler:1.0.8")
Let me know if it works for you or not.