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 860 forks source link

Bump recyclerview version #524

Open csbenz opened 11 months ago

csbenz commented 11 months 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'