vcalvello / SwipeToAction

*** WARNING: This library is no longer maintained *** An easy way to add a simple 'swipe-and-do-something' behavior to your `RecyclerView` items. Just like in Gmail or Inbox apps.
219 stars 45 forks source link

how use your library?? #2

Open AhmadVatani opened 9 years ago

AhmadVatani commented 9 years ago

I add below lines to my dependency: dependencies { compile 'co.dift.ui.swipetoaction:library:1.1' }

but i got this error: Error:(27, 13) Failed to resolve: co.dift.ui.swipetoaction:library:1.1

what should i do?