mabbas007 / TagsEditText

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

No download with dependencies #7

Closed daothanhha closed 8 years ago

daothanhha commented 8 years ago

Error:(25, 13) Failed to resolve: com.github.mabbas007:TagsEditText:v0.95

mabbas007 commented 8 years ago

Have you included the following? allprojects { repositories { maven { url "https://jitpack.io" } } }