Skip to content

Instantly share code, notes, and snippets.

@ralphpina
Last active August 29, 2015 14:12
Show Gist options
  • Save ralphpina/05e34a488fa81b329450 to your computer and use it in GitHub Desktop.
Save ralphpina/05e34a488fa81b329450 to your computer and use it in GitHub Desktop.
signingConfigs {
release {
storeFile file(“keystore_name.keystore”)
keyAlias “keystore_alias”
storePassword getPassword(‘ANDROID_KEYSTORE_PASSWORD’)
keyPassword getPassword(‘ANDROID_KEY_PASSWORD’)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment