Skip to content

Commit

Permalink
Update GlideWebpDecoder to 2.6.4.14.2
Browse files Browse the repository at this point in the history
Fixes #433
  • Loading branch information
samfundev committed Oct 2, 2023
1 parent bd9adfa commit 4dc7114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ dependencies {
implementation "com.google.android.material:material:1.4.0"

//https://github.com/bumptech/glide/releases
def glideVersion = "4.12.0"
def glideVersion = "4.14.2"
implementation "com.github.bumptech.glide:glide:$glideVersion"
annotationProcessor "com.github.bumptech.glide:compiler:$glideVersion"
//https://github.com/zjupure/GlideWebpDecoder
implementation "com.github.zjupure:webpdecoder:2.0.$glideVersion"
implementation "com.github.zjupure:webpdecoder:2.6.$glideVersion"

//https://github.com/balysv/material-ripple/blob/master/CHANGELOG.md
implementation "com.balysv:material-ripple:1.0.2"
Expand Down

0 comments on commit 4dc7114

Please sign in to comment.