Skip to content

Commit

Permalink
Merge pull request #37812 from yoyumiracle/main
Browse files Browse the repository at this point in the history
Fix Investigate App Crash MainActivity.onCreate
  • Loading branch information
mountiny authored Mar 8, 2024
2 parents 0b67666 + 710f64b commit f0cd513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ allprojects {
force "com.facebook.react:react-native:" + REACT_NATIVE_VERSION
force "com.facebook.react:hermes-engine:" + REACT_NATIVE_VERSION

//Fix Investigate App Crash MainActivity.onCreate #35655
force "com.facebook.soloader:soloader:0.10.4+"

eachDependency { dependency ->
if (dependency.requested.group == 'org.bouncycastle') {
println dependency.requested.module
Expand Down

0 comments on commit f0cd513

Please sign in to comment.