Skip to content

Instantly share code, notes, and snippets.

@mbalex99
Created December 25, 2014 15:59
Show Gist options
  • Save mbalex99/dfd2627b00de56696596 to your computer and use it in GitHub Desktop.
Save mbalex99/dfd2627b00de56696596 to your computer and use it in GitHub Desktop.
Product Flavors Snippet
productFlavors {
prod {
packageName "com.mycompany.myapp"
}
dev {
packageName "com.mycompany.myapp.dev"
}
local{
packageName "com.mycompany.myapp.local"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment