adrielcafe / AndroidAudioConverter

Convert audio files inside your Android app easily. Supported formats: AAC, MP3, M4A, WMA, WAV and FLAC.
1.33k stars 254 forks source link

Unauthorized AndroiimplementationdAudioConverter:0.0.8 #25

Open guillenvd opened 5 years ago

guillenvd commented 5 years ago

I just got this error when i try to access to the library, can somebody help me with this ?

` > Could not resolve com.github.adrielcafe:AndroiimplementationdAudioConverter:0.0.8.

Could not get resource 'https://jitpack.io/com/github/adrielcafe/AndroiimplementationdAudioConverter/0.0.8/AndroiimplementationdAudioConverter-0.0.8.pom'. Could not GET 'https://jitpack.io/com/github/adrielcafe/AndroiimplementationdAudioConverter/0.0.8/AndroiimplementationdAudioConverter-0.0.8.pom'. Received status code 401 from server: Unauthorized Could not resolve com.github.adrielcafe:AndroiimplementationdAudioConverter:0.0.8. Could not get resource 'https://jitpack.io/com/github/adrielcafe/AndroiimplementationdAudioConverter/0.0.8/AndroiimplementationdAudioConverter-0.0.8.pom'. Could not GET 'https://jitpack.io/com/github/adrielcafe/AndroiimplementationdAudioConverter/0.0.8/AndroiimplementationdAudioConverter-0.0.8.pom'. Received status code 401 from server: Unauthorized `

coderscode2 commented 4 years ago

add "www" to jitpack url. It worked for me

maven { url("https://www.jitpack.io") }