mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
614039834b
Summary: This PR bumps bumps Soloader to 0.8.0. This fixes white screen/ crash issues when downloading from Google Play. Related to: https://github.com/facebook/react-native/issues/25927 #26400 ## Changelog [Android] [Changed] - Bump Soloader to 0.8.0 Pull Request resolved: https://github.com/facebook/react-native/pull/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
27 lines
525 B
Properties
27 lines
525 B
Properties
VERSION_NAME=1000.0.0-master
|
|
GROUP=com.facebook.react
|
|
|
|
POM_NAME=ReactNative
|
|
POM_ARTIFACT_ID=react-native
|
|
POM_PACKAGING=aar
|
|
|
|
MOCKITO_CORE_VERSION=2.19.1
|
|
POWERMOCK_VERSION=1.6.2
|
|
ROBOLECTRIC_VERSION=3.0
|
|
JUNIT_VERSION=4.12
|
|
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.8.0
|
|
|
|
BOOST_VERSION=1_63_0
|
|
DOUBLE_CONVERSION_VERSION=1.1.6
|
|
FOLLY_VERSION=2018.10.22.00
|
|
GLOG_VERSION=0.3.5
|
|
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
android.enableR8=false
|