Skip to content

Instantly share code, notes, and snippets.

@patrykpoborca
Created March 7, 2016 20:22
Show Gist options
  • Save patrykpoborca/4ea30dc696a0f92ed57c to your computer and use it in GitHub Desktop.
Save patrykpoborca/4ea30dc696a0f92ed57c to your computer and use it in GitHub Desktop.
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