mabbas007 / TagsEditText

Android EditText for view tags or chips
Apache License 2.0
694 stars 124 forks source link

Failing to import Dependency via gradle #14

Closed larrytech7 closed 8 years ago

larrytech7 commented 8 years ago

I can't seem to import the library using gradle compile 'com.github.mabbas007:TagsEditText:v1.0.1'

larrytech7 commented 8 years ago

Even when i add the @aar qualifier, it still fails to resolve properly

mabbas007 commented 8 years ago

Don't forget to add the following

allprojects { repositories { maven { url "https://jitpack.io" } } }

larrytech7 commented 8 years ago

I've added and no change.same issue

On Sat, Sep 17, 2016, 7:54 PM Mohammad Abbas notifications@github.com wrote:

Don't forget to add the following

allprojects { repositories { maven { url "https://jitpack.io" } } }

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/mabbas007/TagsEditText/issues/14#issuecomment-247797430, or mute the thread https://github.com/notifications/unsubscribe-auth/AGMQfbtjna9HXu2af8zwa6v8HdStWie2ks5qrDdpgaJpZM4J_rRq .

larrytech7 commented 8 years ago

It now works thanks @mabbas007 . But why do i have to use the tag above when i am already using the jitpack repositories in the project wide build.gradle?

mabbas007 commented 8 years ago

Glad to hear that, I'm not sure why.