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

Error 403 when downloading aar from jitpack.io #459

Closed CedricMuccioli closed 1 year ago

CedricMuccioli commented 1 year ago

Hello i have a problem on Windows when building my app that requires usb-serial-for-android . The gradle build returns this error

Could not HEAD 'https://jitpack.io/com/github/mik3y/usb-serial-for-android/3.4.6/usb-serial-for-android-3.4.6.pom'. Received status code 403 from server: Forbidden

This is happening only on Windows, it's working fine on Mac. And the app builds fine if the lib was already downloaded before today.

Can i manually download the aar file ? Where do i need to place it ?