-
Notifications
You must be signed in to change notification settings - Fork 914
chore(deps): upgraded glide to 4.10.0 #2891
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
Conversation
| } | ||
|
|
||
| private MediaSignature(String path, long lastModified) { | ||
| new ObjectKey(path + lastModified); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
confused in this, what shall we do here?
app/build.gradle
Outdated
| annotationProcessor "com.jakewharton:butterknife-compiler:$rootProject.butterknifeVersion" | ||
| implementation 'com.github.bumptech.glide:glide:3.7.0' | ||
| implementation 'com.github.bumptech.glide:glide:4.10.0' | ||
| implementation group: 'com.github.bumptech.glide', name: 'gifencoder-integration', version: '4.10.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
verbose
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
? means I have to add a variable in project-level gradle ?
7fd50c1 to
1683631
Compare
app/build.gradle
Outdated
| annotationProcessor "com.jakewharton:butterknife-compiler:$rootProject.butterknifeVersion" | ||
| implementation 'com.github.bumptech.glide:glide:3.7.0' | ||
| implementation "com.github.bumptech.glide:glide:$rootProject.glideVersion" | ||
| implementation group: 'com.github.bumptech.glide', name: 'gifencoder-integration', version: "$rootProject.glideVersion" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are you writing it this way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because gifencoder class was not available in the glide dependency, I had to import that externally by mentioning the dependency and the name.
Reference
https://mvnrepository.com/artifact/com.github.bumptech.glide/gifencoder-integration/4.9.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, why are you writing it this way?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay updated, check!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maven suggests this way of adding dependency :P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@iamareebjamal Check and merge
Fixed #2852 :
upgraded glide to 4.10.0
Changes: Refactor the code and replaced the old and depreciated implementations with new ones.
Screenshots of the change: