Skip to content

Commit 6140398

Browse files
Alaa Ben El Ahmarfacebook-github-bot
Alaa Ben El Ahmar
authored andcommitted
Bump SoLoader to 0.8.0 (#26759)
Summary: This PR bumps bumps Soloader to 0.8.0. This fixes white screen/ crash issues when downloading from Google Play. Related to: #25927 #26400 ## Changelog [Android] [Changed] - Bump Soloader to 0.8.0 Pull Request resolved: #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 8cf9505 commit 6140398

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ReactAndroid/gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FEST_ASSERT_CORE_VERSION=2.0M10
1414
ANDROIDX_TEST_VERSION=1.1.0
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

+2-2
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)