Skip to content

Commit b6077dd

Browse files
committed
feat(android): animated webp support
1 parent c6a4bf1 commit b6077dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

android/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,6 @@ dependencies {
6161
implementation 'com.facebook.react:react-native:+' // From node_modules
6262
implementation "com.github.bumptech.glide:glide:${glideVersion}"
6363
implementation "com.github.bumptech.glide:okhttp3-integration:${glideVersion}"
64+
implementation "com.zlc.glide:webpdecoder:2.0.${glideVersion}"
6465
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
6566
}

0 commit comments

Comments
 (0)