Created
May 31, 2017 14:15
-
-
Save odra/2639e95aafba1a28c839e82a0a21b0bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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