Skip to content

Commit

Permalink
android build: Set strict version 0.10.4 for RN's dependency SoLoader
Browse files Browse the repository at this point in the history
Fixes: #5901
  • Loading branch information
chrisbobbe committed Oct 18, 2024
1 parent 1db6467 commit fc23edd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,14 @@ dependencies {
// For animated GIF support:
implementation "com.facebook.fresco:animated-gif:${rnProperties.get('FRESCO_VERSION')}"

implementation('com.facebook.soloader:soloader') {
version {
// The fix for #5901, resolving Google Play's warning
// that we were using an old buggy version (0.10.3).
strictly '0.10.4'
}
}

// ----------------------------------------
// Dependencies from RN upstream, in the template app

Expand Down

0 comments on commit fc23edd

Please sign in to comment.