We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Hi @vberbenchuk, Thank you for reporting the issue, I'm working on it.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: