Skip to content

Instantly share code, notes, and snippets.

@PawelRaciborski
Created August 20, 2018 10:07
Show Gist options
  • Save PawelRaciborski/dcd6acb8398e51a196e22369b80956a5 to your computer and use it in GitHub Desktop.
Save PawelRaciborski/dcd6acb8398e51a196e22369b80956a5 to your computer and use it in GitHub Desktop.
2_1
flavorDimensions "jelly", "ontop"
productFlavors {
strawberry {
dimension "jelly"
}
blueberry {
dimension "jelly"
}
topping {
dimension "ontop"
}
sprinkles {
dimension "ontop"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment