Skip to content

Instantly share code, notes, and snippets.

@LethalMaus
Last active August 29, 2023 19:13
Show Gist options
  • Select an option

  • Save LethalMaus/a827399aa0877bbcba8b542e17cf3c31 to your computer and use it in GitHub Desktop.

Select an option

Save LethalMaus/a827399aa0877bbcba8b542e17cf3c31 to your computer and use it in GitHub Desktop.
BuildFlavors1
android {
...
flavorDimensions "version"
productFlavors {
free {
dimension "version"
}
paid {
dimension "version"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment