react-native-keychain/KeychainExample/android/keystores/BUCK

9 lines
152 B
Python
Raw Normal View History

2017-01-10 21:56:19 +00:00
keystore(
2018-01-08 19:15:36 +00:00
name = "debug",
properties = "debug.keystore.properties",
store = "debug.keystore",
visibility = [
"PUBLIC",
],
2017-01-10 21:56:19 +00:00
)