After ejecting

This commit is contained in:
John Lyon-Smith
2018-03-02 10:25:06 -08:00
parent 30fcdf9d77
commit 8b7ba65641
42 changed files with 2879 additions and 2860 deletions

View File

@@ -0,0 +1,8 @@
keystore(
name = "debug",
properties = "debug.keystore.properties",
store = "debug.keystore",
visibility = [
"PUBLIC",
],
)

View File

@@ -0,0 +1,4 @@
key.store=debug.keystore
key.alias=androiddebugkey
key.store.password=android
key.alias.password=android