Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

library dead? #60

Open
taar1 opened this issue Jan 14, 2020 · 5 comments
Open

library dead? #60

taar1 opened this issue Jan 14, 2020 · 5 comments

Comments

@taar1
Copy link

taar1 commented Jan 14, 2020

so this library is dead? Please remove it from github then.

Your app badly needs library upgrades:

+--- com.github.darsh2:MultipleImageSelect:v0.0.4
| +--- com.github.bumptech.glide:glide:3.6.0 -> 4.11.0
| | +--- com.github.bumptech.glide:gifdecoder:4.11.0
| | | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| | +--- com.github.bumptech.glide:disklrucache:4.11.0
| | +--- com.github.bumptech.glide:annotations:4.11.0
| | +--- androidx.fragment:fragment:1.0.0 -> 1.1.0 ()
| | +--- androidx.vectordrawable:vectordrawable-animated:1.0.0 -> 1.1.0 (
)
| | --- androidx.exifinterface:exifinterface:1.0.0
| | --- androidx.annotation:annotation:1.0.0 -> 1.1.0
| --- androidx.appcompat:appcompat:1.0.0 -> 1.1.0 (*)

especially Glide should be using version 4.11 by now.
Thanks.

@radikris
Copy link

radikris commented Jul 6, 2020

hello dude, I have the same problem, I need multipleimage as well, but Glide 4.11 is essential for other part of my project.
Could you find any solution for that?
I read on some sites, somehow we can exclude the glide from the third part library {
exclude group: "com.github.bumptech.glide"
}
but it doesn't work for me, I have no idea what to do.

@taar1
Copy link
Author

taar1 commented Jul 10, 2020

I didn't further look into a solution as I am still busy with other things right now. But it seems like there's not going to be an update any time soon. You can either fork the project and update the libraries yourself or find a different library :) anyways if you decide to fork it please let me know so I can use it in the future, too (I probably will search for a different more active library though).

@radikris
Copy link

radikris commented Jul 10, 2020 via email

@sjd753
Copy link

sjd753 commented Jun 25, 2021

forked and rescued the library. Now it's compatible with api 29 and most importantly glide is updated to v4.12.0
implementation 'com.github.sjd753:MultipleImageSelect:1.0.1'

@jakedowns
Copy link

jakedowns commented Sep 16, 2021

@sjd753 since you don't have Issues open on your fork, just wanted to drop a line and say thanks for reviving this.

I had to add implementation 'com.github.bumptech.glide:glide:4.12.0' to my build.gradle for some reason, but after your fork worked fine. :)

Cheers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants