Skip to content

Commit

Permalink
Added missing command within the json file.
Browse files Browse the repository at this point in the history
  • Loading branch information
subhagpo committed Jul 29, 2015
1 parent bca5811 commit 342afff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tutorial-package-publish/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@ Running the above command, prompts you for passwords for the keystore and key, a
{
"android": {
"release": {
"keystore":"c:\\my-release-key.keystore"
"storePassword":"pwd123"
"alias":"johnS"
"password":"pwd123"
"keystoreType":""
"keystore":"c:\\my-release-key.keystore",
"storePassword":"pwd123",
"alias":"johnS",
"password":"pwd123",
"keystoreType":"",
}
}
}
Expand Down

0 comments on commit 342afff

Please sign in to comment.