From b9adf2db20bf9e1436fa58182d886fd9461df9af Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Tue, 19 Jul 2022 11:28:25 -0700 Subject: [PATCH] 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: https://github.com/facebook/SoLoader/issues/94 Related: https://github.com/reactwg/react-native-releases/discussions/26#discussioncomment-3166381 ## Changelog [Android] [Changed] - Bump Soloader to 0.10.4 Pull Request resolved: https://github.com/facebook/react-native/pull/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 --- ReactAndroid/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReactAndroid/gradle.properties b/ReactAndroid/gradle.properties index 1a612aec2ccc23..3027dd26292ea3 100644 --- a/ReactAndroid/gradle.properties +++ b/ReactAndroid/gradle.properties @@ -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