Skip to content

Commit 66ae1ca

Browse files
Alaa Ben El Ahmargrabbou
authored andcommitted
Bump SoLoader to 0.8.0 (react#26759)
Summary: This PR bumps bumps Soloader to 0.8.0. This fixes white screen/ crash issues when downloading from Google Play. Related to: react#25927 react#26400 ## Changelog [Android] [Changed] - Bump Soloader to 0.8.0 Pull Request resolved: react#26759 Test Plan: A few CI tests fail, but I don't see the link with what I changed, especially the ios tests. It's working locally though, and for people on github who tried this solution as well. Differential Revision: D17828891 Pulled By: mdvacca fbshipit-source-id: 1c7809aa681b41b8ed9a4da96d041d52f3cfbb76
1 parent 766f470 commit 66ae1ca

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ReactAndroid/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FEST_ASSERT_CORE_VERSION=2.0M10
1414
ANDROID_SUPPORT_TEST_VERSION=1.0.2
1515
FRESCO_VERSION=2.0.0
1616
OKHTTP_VERSION=3.12.1
17-
SO_LOADER_VERSION=0.6.0
17+
SO_LOADER_VERSION=0.8.0
1818

1919
BOOST_VERSION=1_63_0
2020
DOUBLE_CONVERSION_VERSION=1.1.6

ReactAndroid/src/main/libraries/soloader/java/com/facebook/soloader/BUCK

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ fb_native.android_prebuilt_aar(
88

99
fb_native.remote_file(
1010
name = "soloader-binary-aar",
11-
sha1 = "4de8f64830aff60beb52fb27dffb2fcbe54c39df",
12-
url = "mvn:com.facebook.soloader:soloader:aar:0.6.0",
11+
sha1 = "71378622ece36680b9bab7863c3d0259b442305e",
12+
url = "mvn:com.facebook.soloader:soloader:aar:0.8.0",
1313
)

0 commit comments

Comments
 (0)