We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b79148 commit a661be6Copy full SHA for a661be6
android/build.gradle
@@ -54,13 +54,15 @@ repositories {
54
mavenCentral()
55
}
56
57
-def glideVersion = safeExtGet('glideVersion', '4.12.0')
+
58
+def glideVersion = safeExtGet('glideVersion', '4.13.1')
59
60
dependencies {
61
//noinspection GradleDynamicVersion
62
implementation 'com.facebook.react:react-native:+' // From node_modules
63
implementation "com.github.bumptech.glide:glide:${glideVersion}"
64
implementation "com.github.bumptech.glide:okhttp3-integration:${glideVersion}"
- implementation "com.zlc.glide:webpdecoder:2.0.${glideVersion}"
65
+ implementation "com.github.bumptech.glide:glide:${glideVersion}"
66
annotationProcessor "com.github.bumptech.glide:compiler:${glideVersion}"
67
68
0 commit comments