thoughtbot / expandable-recycler-view

Custom Android RecyclerViewAdapters that collapse and expand

Home Page:https://robots.thoughtbot.com/introducing-expandablerecyclerview

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate away from jCenter

vlazdra opened this issue · comments

Hi,
jFrog announced that they will shut down jCenter in just under 2 months. It would be a good idea to maybe migrate to Maven Central or some other distribution platform.
Official announcement here: https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/

commented

Any update on this issue? We are using version 1.1 and need to remove jCenter from our Gradle file rather soonish. Thank you!

commented

@timkabot This actually doesn't work without jCenter because expandable-check-recycler-view still depends on the jcenter version 1.3. (the jitpack uses v1.X)

commented

I managed to workaround this by excluding the dependency:

api ('com.github.thoughtbot:expandable-recycler-view:v1.4') {
        exclude group: 'com.thoughtbot', module: 'expandablerecyclerview'
    }
commented

@mike-burns Any chance you could republish this without the jcenter dependency? JCenter let their certificate expire and now Android Studio is complaining.