Skip to content

Commit

Permalink
deps(android): bump soloader to 0.10.4 (#34213)
Browse files Browse the repository at this point in the history
Summary:
soloader 0.10.3 will apparently cause crashes in instrumented tests, 0.10.4 appears to fix these crashes

Related: facebook/SoLoader#94
Related: reactwg/react-native-releases#26 (comment)

## Changelog

[Android] [Changed] - Bump Soloader to 0.10.4

Pull Request resolved: #34213

Test Plan: This is hard to test since it's in the AAR etc., I'm hoping CI is sufficient as the previous soloader bump PR went through similarly

Reviewed By: cipolleschi

Differential Revision: D37960320

Pulled By: cortinico

fbshipit-source-id: ce1611d7b30df737c8525a70839b5491a6585c75
  • Loading branch information
mikehardy authored and facebook-github-bot committed Jul 19, 2022
1 parent af3dfba commit b9adf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReactAndroid/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OKHTTP_VERSION=4.9.2
POWERMOCK_VERSION=2.0.2
PROGUARD_ANNOTATIONS_VERSION=1.19.0
ROBOLECTRIC_VERSION=4.4
SO_LOADER_VERSION=0.10.3
SO_LOADER_VERSION=0.10.4
SWIPEREFRESH_LAYOUT_VERSION=1.0.0

# Native Dependency Versions
Expand Down

0 comments on commit b9adf2d

Please sign in to comment.