mik3y / usb-serial-for-android

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

Failed to resolve: com.github.mik3y:usb-serial-for-android:3.5.1 #517

Closed iamatulsingh closed 1 year ago

iamatulsingh commented 1 year ago

I'm trying to import this in new android project with targetSdk 33 and gradle 8.0.

I added maven { url 'https://jitpack.io' } in settings.gradle but still getting above error.

and then

dependencies {
    implementation 'com.github.mik3y:usb-serial-for-android:3.5.1'
}

Any thing that I'm doing wrong?

kai-morich commented 1 year ago

please check that you have added the jitpack line in the right gradle file and the right section as mentioned in README

iamatulsingh commented 1 year ago

Sorry it was idiotic question. I added jitpack wrong. Thank you very much for your time.