BlurHashExt icon indicating copy to clipboard operation
BlurHashExt copied to clipboard

Reduce dependencies/ Divide into separate libraries

Open amankgo opened this issue 4 years ago • 2 comments

Hi, It's a good utility. A very big issue with this is if anyone uses this, they will get all the libraries in their project which is not at all needed (Glide, Picasso, Coil) as no one uses all the libraries and don't want unwanted libraries in their project.

A good approach would be to make a core library and divide others in separate libraries.

amankgo avatar Nov 16 '20 18:11 amankgo

Although it's a good suggestion, for the time being won't "exclude" in gradle work in this case?

ubarua123 avatar Jun 12 '23 07:06 ubarua123

That should also work. We can just update the readme for the time being.

amank22 avatar Jun 30 '23 05:06 amank22