thoughtbot / expandable-recycler-view

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

Unable to add lib in new created project (Android Studio Giraffe | 2022.3.1) #234

Closed Dalvendra closed 1 month ago

Dalvendra commented 1 year ago

While adding your lib getting below error, Please suggest me the solution

Failed to resolve: com.thoughtbot:expandablerecyclerview:1.3 Show in Project Structure dialog Affected Modules: app

image
musabagab commented 10 months ago

Same issue here, Any solutions ?

fulviomoya commented 8 months ago

I resolved the problem including jcenter() as repository inside the buildscript in build.gradle file

vjysrgr commented 2 months ago

Same issue here, Any solutions ?

found any solution??

vjysrgr commented 2 months ago

While adding your lib getting below error, Please suggest me the solution

Failed to resolve: com.thoughtbot:expandablerecyclerview:1.3 Show in Project Structure dialog Affected Modules: app

image

found any solution ??

dgalasko-godaddy commented 2 months ago

implementation 'com.github.thoughtbot:expandable-recycler-view:1.4'

Pull it directly from Github

sajid-gohar commented 1 month ago

@dgalasko-godaddy i pull it directly but still same issue any work around...?

stefannibrasil commented 1 month ago

Closing this as this library is deprecated: https://github.com/thoughtbot/expandable-recycler-view/pull/235