audio-waveform icon indicating copy to clipboard operation
audio-waveform copied to clipboard

401 HTTP authorization required for v1.0.3 on Jitpack.io

Open mig5 opened this issue 6 years ago • 4 comments

Hi,

Your README says to include this project as a dependency like so:

compile 'com.github.derlio.waveform:library:1.0.3@aar'

However, when using jitpack.io as a repo, running a Gradle build therefore tries to download https://jitpack.io/com/github/derlio/waveform/library/1.0.3/library-1.0.3.pom, which is failing as it throws a HTTP Auth (HTTP code 401) - you can test that URL in any browser to see the effect

Any idea why?

Thanks

mig5 avatar Jan 05 '18 03:01 mig5