We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db6467 commit fc23eddCopy full SHA for fc23edd
android/app/build.gradle
@@ -235,6 +235,14 @@ dependencies {
235
// For animated GIF support:
236
implementation "com.facebook.fresco:animated-gif:${rnProperties.get('FRESCO_VERSION')}"
237
238
+ implementation('com.facebook.soloader:soloader') {
239
+ version {
240
+ // The fix for #5901, resolving Google Play's warning
241
+ // that we were using an old buggy version (0.10.3).
242
+ strictly '0.10.4'
243
+ }
244
245
+
246
// ----------------------------------------
247
// Dependencies from RN upstream, in the template app
248
0 commit comments