Skip to content

Instantly share code, notes, and snippets.

@ljcamargo
Created September 21, 2020 05:45
Show Gist options
  • Select an option

  • Save ljcamargo/28d78194f87cbdf1b1599ace55318a2e to your computer and use it in GitHub Desktop.

Select an option

Save ljcamargo/28d78194f87cbdf1b1599ace55318a2e to your computer and use it in GitHub Desktop.
android {
flavorDimensions "platform"
productFlavors {
google {
dimension "platform"
}
huawei {
dimension "platform"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment