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/6a953459fd68761f23fcc20cf34daea9 to your computer and use it in GitHub Desktop.

Select an option

Save LethalMaus/6a953459fd68761f23fcc20cf34daea9 to your computer and use it in GitHub Desktop.
BuildFlavors2
android {
...
productFlavors {
free {
applicationIdSuffix ".free"
resValue "string", "app_name", "My Free App"
}
paid {
resValue "string", "app_name", "My Paid App"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment