Last active
August 29, 2023 19:14
-
-
Save LethalMaus/57dc9b1f08fd6d6dda1177b5af8add08 to your computer and use it in GitHub Desktop.
BuildFlavors7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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