Skip to content

Instantly share code, notes, and snippets.

@PawelRaciborski
Created August 7, 2018 20:30
Show Gist options
  • Save PawelRaciborski/e559681bd8ad8c51f3abcbfbbd25a1fb to your computer and use it in GitHub Desktop.
Save PawelRaciborski/e559681bd8ad8c51f3abcbfbbd25a1fb to your computer and use it in GitHub Desktop.
1_1
//...
flavorDimensions "cream", "jelly"
productFlavors {
chocolate {
dimension "cream"
}
vanilla {
dimension "cream"
}
mint {
dimension "cream"
}
strawberry {
dimension "jelly"
}
blueberry {
dimension "jelly"
}
}
//...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment