thoughtbot / expandable-recycler-view

Custom Android RecyclerViewAdapters that collapse and expand
https://robots.thoughtbot.com/introducing-expandablerecyclerview
MIT License
2.12k stars 388 forks source link

Androidx support #205

Open Parth-9711 opened 4 years ago

Parth-9711 commented 4 years ago

Does this library support androidx ?

Mohsin92 commented 4 years ago

any status on this thread?

tank777 commented 4 years ago

@Mohsin92 Please check my fork repo https://github.com/tank777/expandable-recycler-view

Download

    allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }

ExpandableRecyclerView:

implementation 'com.github.tank777.expandable-recycler-view:expandablerecyclerview:1.6@aar'

ExpandableCheckRecyclerView:

implementation 'com.github.tank777.expandable-recycler-view:expandablecheckrecyclerview:1.6@aar'
bpappin commented 4 years ago

+1