mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Updates Gradle script to include new version of folly (synced to iOS update) Adds fmt and libevent as well as some boost ASM sources to enable compilation of folly futures. Changelog: [Android] Updated folly to 2021.04.26 Reviewed By: fkgozali Differential Revision: D28124377 fbshipit-source-id: d44c5a1ded5ee7ad514a9df14ea2ba326d4aa0e3
27 lines
511 B
Properties
27 lines
511 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.4
|
|
JUNIT_VERSION=4.12
|
|
|
|
ANDROIDX_TEST_VERSION=1.1.0
|
|
FRESCO_VERSION=2.3.0
|
|
OKHTTP_VERSION=4.9.0
|
|
SO_LOADER_VERSION=0.9.0
|
|
|
|
BOOST_VERSION=1_63_0
|
|
DOUBLE_CONVERSION_VERSION=1.1.6
|
|
FOLLY_VERSION=2021.04.26.00
|
|
FMT_VERSION=6.2.1
|
|
LIBEVENT_VERSION=2.1.12
|
|
GLOG_VERSION=0.3.5
|
|
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|