xiprox / SimpleRatingView

A rating toggle for Android which switches between 3 rating levels: positive, neutral, and negative.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rating view is throwing error on gradle build

lokeshsuhas opened this issue · comments

Error:A problem occurred configuring project ':app'.

Could not resolve all dependencies for configuration ':app:_debugCompile'.
Could not resolve com.github.xiprox.simpleratingview:library:+.
Required by:
FoodieClient:app:unspecified
> Failed to list versions for com.github.xiprox.simpleratingview:library.
> Unable to load Maven meta-data from https://jcenter.bintray.com/com/github/xiprox/simpleratingview/library/maven-metadata.xml.
> Could not GET 'https://jcenter.bintray.com/com/github/xiprox/simpleratingview/library/maven-metadata.xml'.
> peer not authenticated
> Failed to list versions for com.github.xiprox.simpleratingview:library.
> Unable to load Maven meta-data from https://jitpack.io/com/github/xiprox/simpleratingview/library/maven-metadata.xml.
> Could not GET 'https://jitpack.io/com/github/xiprox/simpleratingview/library/maven-metadata.xml'.
> peer not authenticated

Hmm. Looks like something is wrong on your end. Mind posting your gradle files?

Hello, were you able to solve this?

i have just directly included the code inside the project. it solved the
issue.

On Mon, May 18, 2015 at 7:24 PM, İhsan Işık notifications@github.com
wrote:

Hello, were you able to solve this?


Reply to this email directly or view it on GitHub
#1 (comment)
.

I see. Good luck with your project then.