thoughtbot / expandable-recycler-view

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

Error dowloading library #233

Open alvarosanchezduran opened 1 year ago

alvarosanchezduran commented 1 year ago

When i try to compile my android app i have this error:

Could not find com.thoughtbot:expandablecheckrecyclerview:1.4.

I am adding the library like this: implementation 'com.thoughtbot:expandablecheckrecyclerview:1.4'

And in the repositories I have added both mavenCentral and jcenter

DroznykD commented 1 year ago

Have the same problem with both check and 'base' version Also coudn't get com.theartofdev.edmodo:android-image-cropper:2.8.0. but it can be replaced, maybe there is some sort of availability issue on maven repo side

vjysrgr commented 3 weeks ago

@alvarosanchezduran @DroznykD any solution ??

dgalasko-godaddy commented 3 weeks ago

Looks like its been removed from maven https://mvnrepository.com/artifact/com.thoughtbot/expandablecheckrecyclerview?repo=jcenter only version 1 is there

3llomi commented 1 week ago

You can download it from Jitpack #227