mirror of
https://github.com/status-im/react-native.git
synced 2025-01-09 17:15:54 +00:00
8200c98029
Summary: * Current ci is missing an important part to test the whole part. With this we can make sure the js and android part compiles. * Ensure the current android proguard rules is okay. The `my-release-key.keystore` is just a copy of debug.keystore in `react-native/keystores`. Pass all ci. none [GENERAL] [ENHANCEMENT] [CI] - Add RNTester to ci Closes https://github.com/facebook/react-native/pull/19673 Differential Revision: D8435419 Pulled By: hramos fbshipit-source-id: d3d92a5d1b8477c1f298643cc96695769e5c93ea
8 lines
250 B
INI
8 lines
250 B
INI
android.useDeprecatedNdk=true
|
|
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
|