DavidPizarro/PinView

Readme suggests incorrect gradle include

Closed this issue · 4 comments

The readme suggests using the following:

compile 'com.github.dpizarro:pinview:LATEST'

However, that fails and after checking the repo, I think it should be this:

compile 'com.github.davidpizarro:pinview:1.0.0'

Thanks for a great library.

Hi!

Usually it indicates VERSION, because version will increase, and it always appears on Github. Currently the version is 1.0.0.

So, now you have to replace VERSION by 1.0.0

Apologies, I should have been clearer. I had to replace com.github.dpizarro with com.github.davidpizarro in order to resolve the dependency.

Oh yes! You are right! I have modified Readme file. Thank you and sorry!

No problem, thanks again.