Skip to content

Instantly share code, notes, and snippets.

@passiondroid
Last active March 9, 2018 12:45
Show Gist options
  • Save passiondroid/9e001857006bde366d04bd17920cf58a to your computer and use it in GitHub Desktop.
Save passiondroid/9e001857006bde366d04bd17920cf58a to your computer and use it in GitHub Desktop.
android {
 defaultConfig {
 }
 signingConfigs {
 release {
  storeFile file(“app.keystore”) // Your Keystore file path
  storePassword “password” // Your Keystore password
  keyAlias “alias” // Key Alias for this application
  keyPassword “aliaspassword” // Password for the Key
 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment