wasabeef / recyclerview-animators

An Android Animation library which easily add itemanimator to RecyclerView items.
Apache License 2.0
11.51k stars 1.98k forks source link

Update README Setup instructions #137

Closed GAumala closed 6 years ago

GAumala commented 7 years ago

This project depends on revision 25.4.0 of support libraries. Starting from this version, libraries are now installed using Google's Maven repository, so it is now necessary to have that repository listed in your gradle config or else android studio will throw errors when trying to add recyclerview-animations a project.

wasabeef commented 6 years ago

@GAumala Thank you.