aminography / RedirectGlide

RedirectGlide empowers Glide to load images with indirect URLs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use LibraryGlideModule instead of AppGlideModule

vberbenchuk opened this issue · 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.

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