Add auto generated configuation

This commit is contained in:
Jannis Mattheis
2018-05-12 20:56:44 +02:00
committed by Jannis Mattheis
parent 6202e88eb7
commit 17ce818d8f
16 changed files with 7396 additions and 0 deletions

8
android/keystores/BUCK Normal file
View File

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