Skip to content

Commit

Permalink
Bump SoLoader to 0.8.0 (#26759)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Alaa Ben El Ahmar authored and facebook-github-bot committed Oct 9, 2019
1 parent 8cf9505 commit 6140398
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReactAndroid/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ FEST_ASSERT_CORE_VERSION=2.0M10
ANDROIDX_TEST_VERSION=1.1.0
FRESCO_VERSION=2.0.0
OKHTTP_VERSION=3.12.1
SO_LOADER_VERSION=0.6.0
SO_LOADER_VERSION=0.8.0

BOOST_VERSION=1_63_0
DOUBLE_CONVERSION_VERSION=1.1.6
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ fb_native.android_prebuilt_aar(

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

0 comments on commit 6140398

Please sign in to comment.