Created
March 7, 2016 20:22
-
-
Save patrykpoborca/4ea30dc696a0f92ed57c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
flavorDimensions ("version", "brand") | |
productFlavors{ | |
Devoper{ | |
dimension "version" | |
minSdkVersion 21 | |
} | |
UAT{ | |
dimension "version" | |
minSdkVersion 19 | |
} | |
BrandOne { | |
dimension "brand" | |
//somestuff here | |
} | |
BrandTwo { | |
dimension "brand" | |
//somestuff here | |
} | |
BrandThrew { | |
dimension "brand" | |
//somestuff here | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment