kotlin-obd-api icon indicating copy to clipboard operation
kotlin-obd-api copied to clipboard

New release 1.2.0 is missing from repositories

Open elip-OE opened this issue 2 years ago • 1 comments

I'm trying to use 1.2.0

here is the error I'm getting


Execution failed for task ':app:checkDebugDuplicateClasses'.
> Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
   > Could not find com.github.eltonvs:kotlin-obd-api:1.2.0.
     Searched in the following locations:
       - https://dl.google.com/dl/android/maven2/com/github/eltonvs/kotlin-obd-api/1.2.0/kotlin-obd-api-1.2.0.pom
       - https://jcenter.bintray.com/com/github/eltonvs/kotlin-obd-api/1.2.0/kotlin-obd-api-1.2.0.pom
       - https://repo.maven.apache.org/maven2/com/github/eltonvs/kotlin-obd-api/1.2.0/kotlin-obd-api-1.2.0.pom
     Required by:
         project :app

Thanks!

elip-OE avatar Jul 25 '22 05:07 elip-OE

Hey @elip-OE!

I believe this is related to the change related to jitpack.

In this version, there was a required update to add the jitpack repository to the project. Can you check if you still get this error when following these instructions?

Best, Elton

eltonvs avatar Jul 26 '22 23:07 eltonvs