mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
7465239230
Summary: SoLoader fixed crash on Android 4.1, and includes many improvements and fixes https://github.com/facebook/SoLoader/releases/tag/v0.9.0. Also Fresco 2.3.0 depends on it, and will create a PR soon to bump Fresco. ## Changelog [Android] [Changed] - Bump SoLoader to 0.9.0 Pull Request resolved: https://github.com/facebook/react-native/pull/29821 Test Plan: CI is green Reviewed By: fkgozali Differential Revision: D23477538 Pulled By: mdvacca fbshipit-source-id: d2d982d5c5c84fc173dc66dfe069713ca90711a8
27 lines
528 B
Properties
27 lines
528 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.26.0
|
|
POWERMOCK_VERSION=2.0.2
|
|
ROBOLECTRIC_VERSION=4.3.1
|
|
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.12
|
|
SO_LOADER_VERSION=0.9.0
|
|
|
|
BOOST_VERSION=1_63_0
|
|
DOUBLE_CONVERSION_VERSION=1.1.6
|
|
FOLLY_VERSION=2020.01.13.00
|
|
GLOG_VERSION=0.3.5
|
|
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
android.enableR8=false
|