Skip to content

Instantly share code, notes, and snippets.

@odra
Created May 31, 2017 14:15
Show Gist options
  • Save odra/2639e95aafba1a28c839e82a0a21b0bd to your computer and use it in GitHub Desktop.
Save odra/2639e95aafba1a28c839e82a0a21b0bd to your computer and use it in GitHub Desktop.
{
"android": {
"debug": {
"keystore": "../android.keystore",
"storePassword": "android",
"alias": "mykey1",
"password" : "password",
"keystoreType": ""
},
"release": {
"keystore": "../android.keystore",
"storePassword": "",
"alias": "mykey2",
"password" : "password",
"keystoreType": ""
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment