Skip to content

Instantly share code, notes, and snippets.

@framundo
Last active August 29, 2015 14:22
Show Gist options
  • Save framundo/0596c108dcf3a2d7a085 to your computer and use it in GitHub Desktop.
Save framundo/0596c108dcf3a2d7a085 to your computer and use it in GitHub Desktop.
signingConfigs {
stage {
storeFile file('keystore/stage.keystore')
storePassword 'android'
keyAlias 'androiddebugkey'
keyPassword 'android'
}
production {
storeFile file('keystore/playstore.keystore')
storePassword store_password
keyAlias key_alias
keyPassword key_password
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment