RedirectGlide
RedirectGlide copied to clipboard
Use LibraryGlideModule instead of AppGlideModule
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.
Hi @vberbenchuk, Thank you for reporting the issue, I'm working on it.