Closed nancwang closed 1 year ago
Found a solution! add 'v' before 3.5.0 solve the issue. from implementation 'com.github.mik3y:usb-serial-for-android:3.5.0 to implementation 'com.github.mik3y:usb-serial-for-android:v3.5.0
Should work with and without v. For whatever reason the non-v build was missing on jitpack.io I triggered it manually.
I clone the project and tried to build with new installed Android studio Giraffe | 2022.3.1 Patch 2. Build failed with messages
By checking the link is broken https://jitpack.io/com/github/mik3y/usb-serial-for-android/3.5.0/usb-serial-for-android-3.5.0.pom Path is broken from 3.5.0
Please help fix the link...
Best regards
Nancy