Created
December 25, 2014 15:59
-
-
Save mbalex99/dfd2627b00de56696596 to your computer and use it in GitHub Desktop.
Product Flavors Snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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