Error:(51, 13) Failed to resolve: com.melnykov:floatingactionbutton:+
aminecmi opened this issue · 2 comments
aminecmi commented
Hi,
I can't build my project anymore.
Yesterday, everything was working, but today, I have this error. (I tried using compile 'com.melnykov:floatingactionbutton:V1.3.0'
but I have the same result)
Is there any solution ?
aminecmi commented
So I executed gradle debug --info
, and I have these errors:
Resource missing. [HTTP GET: https://jitpack.io/com/melnykov/floatingactionbutton/maven-metadata.xml]
Resource missing. [HTTP GET: https://jitpack.io/com/melnykov/floatingactionbutton/]
Resource missing. [HTTP GET: https://maven.fabric.io/public/com/melnykov/floatingactionbutton/maven-metadata.xml]
* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugCompile'.
> Could not resolve com.melnykov:floatingactionbutton:+.
Required by:
Notes:app:unspecified
> Failed to list versions for com.melnykov:floatingactionbutton.
> Unable to load Maven meta-data from https://jcenter.bintray.com/com/melnykov/floatingactionbutton/maven-metadata.xml.
> Could not GET 'https://jcenter.bintray.com/com/melnykov/floatingactionbutton/maven-metadata.xml'.
> peer not authenticated
> Failed to list versions for com.melnykov:floatingactionbutton.
> Unable to load Maven meta-data from https://jcenter.bintray.com/com/melnykov/floatingactionbutton/maven-metadata.xml.
> Could not GET 'https://jcenter.bintray.com/com/melnykov/floatingactionbutton/maven-metadata.xml'.
> peer not authenticated
Hope it helps.