Initial commit

This commit is contained in:
Arjun Patel
2018-04-18 18:23:45 -07:00
commit 312114f4ee
46 changed files with 12508 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
keystore(
name = "debug",
properties = "debug.keystore.properties",
store = "debug.keystore",
visibility = [
"PUBLIC",
],
)
@@ -0,0 +1,4 @@
key.store=debug.keystore
key.alias=androiddebugkey
key.store.password=android
key.alias.password=android