I've been using 0.5.0 for a while now. All of a sudden today when running a build, I get:
* What went wrong:
Execution failed for task ':app:androidDependencies'.
> Could not resolve all artifacts for configuration ':app:prodDebugCompileClasspath'.
> Could not find ok2curl-0.5.0.jar (com.github.mrmike:ok2curl:0.5.0).
Searched in the following locations:
https://plugins.gradle.org/m2/com/github/mrmike/ok2curl/0.5.0/ok2curl-0.5.0.jar
I've been using 0.5.0 for a while now. All of a sudden today when running a build, I get:
I looked at maven central via https://central.sonatype.com/artifact/com.github.mrmike/ok2curl/versions and https://mvnrepository.com/artifact/com.github.mrmike/ok2curl and only see version 0.7.0 and 0.8.0.
Were older versions removed?