Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save LethalMaus/57dc9b1f08fd6d6dda1177b5af8add08 to your computer and use it in GitHub Desktop.
BuildFlavors7
android {
...
productFlavors {
mock {
buildConfigField "String", "BASE_URL", "\"http://mockserver.example.com\""
// Other testing-specific configurations
}
// Other flavors' configurations
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment