gabrielemariotti / RecyclerViewItemAnimators

An Android library which provides simple Item animations to RecyclerView items
3.04k stars 659 forks source link

Suport Recyclerview-v7:27+ #15

Open IndiceDev opened 6 years ago

IndiceDev commented 6 years ago

Hi, I´m trying to use your lib on Android Studio 3.0.1 with Recyclerview-v7:27.0.1 and I away get "Fail to resolve" on implementation 'com.github.gabrielemariotti.recyclerview:recyclerview-animators:0.3.0-SNAPSHOT@aar'

A´m I doing something wrong or your lib must be updated?

Thank you.