Skip to content

Commit

Permalink
Add build.json example
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed May 27, 2017
1 parent 33bdb10 commit dc4797c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build.json.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"android": {
"release": {
"keystore": "org.lichess.keystore",
"storePassword": "password",
"alias": "alias",
"password" : "password",
"keystoreType": ""
}
}
}

0 comments on commit dc4797c

Please sign in to comment.