Skip to content

Commit b9adf2d

Browse files
mikehardyfacebook-github-bot
authored andcommitted
deps(android): bump soloader to 0.10.4 (#34213)
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
1 parent af3dfba commit b9adf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReactAndroid/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ OKHTTP_VERSION=4.9.2
2222
POWERMOCK_VERSION=2.0.2
2323
PROGUARD_ANNOTATIONS_VERSION=1.19.0
2424
ROBOLECTRIC_VERSION=4.4
25-
SO_LOADER_VERSION=0.10.3
25+
SO_LOADER_VERSION=0.10.4
2626
SWIPEREFRESH_LAYOUT_VERSION=1.0.0
2727

2828
# Native Dependency Versions

0 commit comments

Comments
 (0)