RedirectGlide icon indicating copy to clipboard operation
RedirectGlide copied to clipboard

Use LibraryGlideModule instead of AppGlideModule

Open vberbenchuk opened this issue 5 years ago • 1 comments

Currently library use AppGlideModule to register component. This is causing issues in apps that provides thier own AppGlideModule because Glide allows only one. As per documentation https://bumptech.github.io/glide/doc/configuration.html#avoid-appglidemodule-in-libraries libraries should use LibraryGlideModule in order to avoid conflicts.

vberbenchuk avatar Oct 12 '20 12:10 vberbenchuk

Hi @vberbenchuk, Thank you for reporting the issue, I'm working on it.

aminography avatar Nov 30 '20 08:11 aminography