mik3y / usb-serial-for-android

Android USB host serial driver library for CDC, FTDI, Arduino and other devices.
MIT License
4.82k stars 1.58k forks source link

Version 3.5.1 is not accessible at Jitpack #587

Closed matsuob closed 1 month ago

matsuob commented 1 month ago

My gradle build fails to download the version 3.5.1:

Execution failed for task ':app:checkDevelopDebugAarMetadata'.
> Could not resolve all files for configuration ':app:developDebugRuntimeClasspath'.
   > Could not find com.github.mik3y:usb-serial-for-android:3.5.1.

https://jitpack.io/com/github/mik3y/usb-serial-for-android/3.5.1/ contains usb-serial-for-android-3.5.1.pom, but https://jitpack.io/com/github/mik3y/usb-serial-for-android/3.5.1/usb-serial-for-android-3.5.1.pom is not found.

I think this is similar to #534. Would it be possible for you to fix this?

kai-morich commented 1 month ago

I can access the mentioned file. It's available again.

matsuob commented 1 month ago

I just confirmed that I can access it! Thank you for your assistance.