-
Notifications
You must be signed in to change notification settings - Fork 110
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
Comments
hello dude, I have the same problem, I need multipleimage as well, but Glide 4.11 is essential for other part of my project. |
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). |
Currently I am solved my problem, that I used Picasso instead of Glide, but
it's not the best option, because Glide has some great asycnronous
functionality.
But right now I am good with Picasso, but it's really not the most
effective way to solve it.
I thought the same, download the library and manually upgrade the
dependency.
Best wishes dude
Dominik <[email protected]> ezt írta (időpont: 2020. júl. 10., P
9:05):
… 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).
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#60 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ANEAPPFXIWK7F4CLBTJS2YDR224VDANCNFSM4KGZIMMA>
.
|
forked and rescued the library. Now it's compatible with api 29 and most importantly glide is updated to v4.12.0 |
@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 Cheers |
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.
The text was updated successfully, but these errors were encountered: