Skip to content

Instantly share code, notes, and snippets.

@PawelRaciborski
Created August 20, 2018 10:12
Show Gist options
  • Save PawelRaciborski/acbf15c1e27b9b53bb89774be1f00731 to your computer and use it in GitHub Desktop.
Save PawelRaciborski/acbf15c1e27b9b53bb89774be1f00731 to your computer and use it in GitHub Desktop.
2_3
flavorDimensions "cream", "jelly"
productFlavors {
chocolate {
dimension "cream"
missingDimensionStrategy 'ontop', 'sprinkles'
}
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment