Skip to content
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

Use LibraryGlideModule instead of AppGlideModule #7

Open
vberbenchuk opened this issue Oct 12, 2020 · 1 comment
Open

Use LibraryGlideModule instead of AppGlideModule #7

vberbenchuk opened this issue Oct 12, 2020 · 1 comment

Comments

@vberbenchuk
Copy link

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.

@aminography
Copy link
Owner

aminography commented Nov 30, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants