techery / ProperRatingBar

Inspired by stock android RatingBar. Simpler, has features that original lacks.
410 stars 70 forks source link

Didn't succeed geting it with gradle #3

Closed afaucogney closed 8 years ago

afaucogney commented 8 years ago

I just add this:

compile 'com.github.techery:ProperRatingBar:113fdae1a9'

But it run long and then post:

Error:(29, 13) Failed to resolve: com.github.techery:ProperRatingBar:113fdae1a9
dimd13 commented 8 years ago

I add a Latest commit 527d371 num and it's work

Den-Rimus commented 8 years ago

Use this line: compile 'com.github.techery:ProperRatingBar:527d37188c' as @dimd13 suggested

I don't know where you tooks that 113fdae1a9 hash - there ain't a commit with that hash in this repository.

Closing this for now.

afaucogney commented 8 years ago

I just follow the instruction:

where xxxyyyzzzw = last 10 digits of desired commit to build

Is it the last or the first 10 digits ?

dimd13 commented 8 years ago

Took at your README compile 'com.github.techery:ProperRatingBar:xxxyyyzzzw' where xxxyyyzzzw = last 10 digits of desired commit to build.

LAST 10 digits!! not FIRST

afaucogney commented 8 years ago

this is what I have done:

capture d ecran 2015-10-28 a 09 47 50

This is the first time that I sync lib with "commit version like" process.

Den-Rimus commented 8 years ago

I apologize for that typo. Of course, you should use first 10 letters. I've fixed that in README.md - thanks for pointing that out.

Sorry once again.

afaucogney commented 8 years ago

no problem ! it works now, and that's going to be interesting.