mirror of
https://github.com/status-im/react-native.git
synced 2025-01-17 04:50:59 +00:00
a477aec10d
Summary: This is the manually imported version of https://github.com/facebook/react-native/pull/10786 This was mostly straigthforward by replacing the local-cli folder with the version I had in my local git checkout, plus a few other files I listed with git diff --name-only. Reviewed By: hramos Differential Revision: D4201118 fbshipit-source-id: 4d0fb54b0edda9de1abba427958e420fd2ac105c
9 lines
138 B
Python
9 lines
138 B
Python
keystore(
|
|
name = 'debug',
|
|
store = 'debug.keystore',
|
|
properties = 'debug.keystore.properties',
|
|
visibility = [
|
|
'PUBLIC',
|
|
],
|
|
)
|