-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Update to Glide 4.8 #466
Comments
please read the readme |
Glide v4 is over a year old. When do you think is it time to drop the old API and support only v4? Update: in our case it's not a direct dependency of our app so we cannot use our own implementation of the Engine |
As mentioned in Read Me, copy the code available at link: Glide4Engine and change the code to:
|
The Glide4Engine is 404... |
This lib needs glide 3.8.0, thus we cannot use this in our project which is using Glide 4.8.
We cannot downgrade, and it would be correct if the library would use the latest glide version.
Steps to reproduce the behavior:
java.lang.NoSuchMethodError: No virtual method load(Ljava/lang/String;)Lcom/bumptech/glide/DrawableTypeRequest; in class Lcom/bumptech/glide/RequestManager; or its super classes (declaration of 'com.bumptech.glide.RequestManager'
The text was updated successfully, but these errors were encountered: