Skip to content

Instantly share code, notes, and snippets.

@0xtmphey
Last active October 9, 2019 07:18
Show Gist options
  • Save 0xtmphey/471f81fb736fa31b1622061caf18b2f8 to your computer and use it in GitHub Desktop.
Save 0xtmphey/471f81fb736fa31b1622061caf18b2f8 to your computer and use it in GitHub Desktop.
android {
buildTypes {
debug {
buildConfigField("String", "BASE_URL", "\"https://api-dev.myproject.com/\"")
}
release {
buildConfigField("String", "BASE_URL", "\"https://api.myproject.com/\"")
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment