Were older versions removed from maven central?
Opened this issue · 1 comments
rajohns08 commented
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 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?
mrmike commented
Hello,
Not sure yet why older versions are no longer available on maven central. You can use Jitpack to access older versions or upgrade library to the lastest version.