h6ah4i / android-advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
https://advancedrecyclerview.h6ah4i.com/
Apache License 2.0
5.32k stars 862 forks source link

Bump recyclerview version #524

Open csbenz opened 1 year ago

csbenz commented 1 year ago

This library is using the version 1.0.0 of RecyclerView, it could be bumped to use new features of RV such as setStateRestorationStrategy()

In your build.gradle: recyclerViewVersion = '1.0.0'