mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-28 16:34:49 +08:00
Summary: This diff migrates RN to AndroidX. As part of this diff I disabled few tests in RNAndroid OSS that will be re-enabled this week. As part of the refactor of BUCK files in OSS Reviewed By: shergin Differential Revision: D14200097 fbshipit-source-id: 932fcae251d1553e672acd67ecd0e703dcb364aa
10 lines
274 B
INI
10 lines
274 B
INI
org.gradle.parallel=true
|
|
org.gradle.configureondemand=true
|
|
MYAPP_RELEASE_STORE_FILE=my-release-key.keystore
|
|
MYAPP_RELEASE_KEY_ALIAS=androiddebugkey
|
|
MYAPP_RELEASE_STORE_PASSWORD=android
|
|
MYAPP_RELEASE_KEY_PASSWORD=android
|
|
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|