Skip to content

Instantly share code, notes, and snippets.

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