mirror of
https://github.com/status-im/react-native.git
synced 2025-01-10 17:45:59 +00:00
9 lines
138 B
Python
9 lines
138 B
Python
|
keystore(
|
||
|
name = 'debug',
|
||
|
store = 'debug.keystore',
|
||
|
properties = 'debug.keystore.properties',
|
||
|
visibility = [
|
||
|
'PUBLIC',
|
||
|
],
|
||
|
)
|