Skip to content

Instantly share code, notes, and snippets.

@framundo
Created June 12, 2015 20:52
Show Gist options
  • Save framundo/9e59565f15980363de19 to your computer and use it in GitHub Desktop.
Save framundo/9e59565f15980363de19 to your computer and use it in GitHub Desktop.
productFlavors {
stage {
signingConfig signingConfigs.stage
applicationId defaultConfig.applicationId + ".stage"
versionName defaultConfig.versionName + "-stage"
}
production {
signingConfig signingConfigs.production
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment