Skip to content

Commit fc23edd

Browse files
committed
android build: Set strict version 0.10.4 for RN's dependency SoLoader
Fixes: #5901
1 parent 1db6467 commit fc23edd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

android/app/build.gradle

+8
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,14 @@ dependencies {
235235
// For animated GIF support:
236236
implementation "com.facebook.fresco:animated-gif:${rnProperties.get('FRESCO_VERSION')}"
237237

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+
238246
// ----------------------------------------
239247
// Dependencies from RN upstream, in the template app
240248

0 commit comments

Comments
 (0)