BlacKCaT27 / CurrencyEditText

A module designed to encapsulate the use of an Android EditText field for gathering currency information from a user. Supports all ISO-3166 compliant locales/currencies.
Apache License 2.0
339 stars 79 forks source link

Can not download #33

Closed inromualdo closed 7 years ago

inromualdo commented 7 years ago

Error:(46, 13) Failed to resolve: com.github.BlacKCaT27:CurrencyEditText:v2.0.1

BlacKCaT27 commented 7 years ago

My apologies, it looks like I neglected to update the maven repo with 2.0.1. I've just pushed an upload. Give it a few minutes from the time of this reply and try again. If it still doesn't work, you can try the jitpack repo instead. Either way, I'll be sure to get this pack up soon.

kenshin171 commented 7 years ago

nop, unable to resolve form both jitpack and maven central

BlacKCaT27 commented 7 years ago

Hrm...jitpack appears to be able to see the update, at least from their website.

https://jitpack.io/#BlacKCaT27/CurrencyEditText/2.0.1

The instructions there don't get you a resolution?

I'll investigate further tonight, don't have access to what I need atm.

On Tue, Jul 25, 2017 at 9:12 AM, Kenneth notifications@github.com wrote:

nop, unable to resolve form both jitpack and maven central

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/BlacKCaT27/CurrencyEditText/issues/33#issuecomment-317732335, or mute the thread https://github.com/notifications/unsubscribe-auth/AE_54WtSil108nTFOS0Dk9d9gjr2LmHqks5sRelmgaJpZM4Ogy73 .

kenshin171 commented 7 years ago

oh, i am able to resolve from jitpack now, the gradle dependency(for jitpack) version is 2.0.1 instead of v2.0.1. An update of the readme.md is in order i guess.

BlacKCaT27 commented 7 years ago

Ah, my apologies then! I'll fix that. Thanks for the heads up!