-
Notifications
You must be signed in to change notification settings - Fork 51
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
No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager #19
Comments
@karanianandkumar Can you tell me which dependencies you have included? |
implementation 'com.github.bumptech.glide:glide:4.8.0' |
Is this possible to use glide |
Now I have to downgrade and make changes for accordingly. From Glide official documentation As they are not gonna maintain it if it is possible to upgrade from your side Please consider it. Otherwise please guide me I will do it. |
I am currently working on upgrading the glide version. But as you know this can take some time. Give me a day. I'll get back to you. |
Greatly appreciated. Eager to see the update. Thanks for your time. |
@kevalpatel2106 any update on this issue? |
I'm still waiting for any updates regarding this thread |
I came to know the crash is happening due to the mismatch between glide versions.
Currently, I am using com.github.bumptech.glide:glide:4.8.0
but in Plugin : com.github.bumptech.glide:glide:3.8.0
Please help me to fix this issue.
The text was updated successfully, but these errors were encountered: