This commit is contained in:
Jay
2017-07-04 21:14:01 +08:00
commit 1ca78c34f1
55 changed files with 7036 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