Initialize VideoCaching project

This commit is contained in:
Laurin Quast
2018-02-28 13:45:17 +01:00
parent 434b2b0f2a
commit 125225bd35
47 changed files with 7668 additions and 0 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