Skip to content

Instantly share code, notes, and snippets.

@pavlospt
Created May 25, 2019 11:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pavlospt/5c167b01d377e5b07ff025f79bb9cdeb to your computer and use it in GitHub Desktop.
Save pavlospt/5c167b01d377e5b07ff025f79bb9cdeb to your computer and use it in GitHub Desktop.
create("baseDebug") {
isDebuggable = true
matchingFallbacks = listOf("debug")
signingConfig = signingConfigs.getByName("debug")
ext.set("alwaysUpdateBuildId", false)
}
create("someStagingEnv") {
initWith(getByName("baseDebug"))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment