Skip to content

Instantly share code, notes, and snippets.

@muratcanbur
Created November 10, 2016 18:58
Show Gist options
  • Save muratcanbur/6823d84921fc3d2dfd406e1348a15f76 to your computer and use it in GitHub Desktop.
Save muratcanbur/6823d84921fc3d2dfd406e1348a15f76 to your computer and use it in GitHub Desktop.
Gradle Config Fields
buildTypes {
debug {
buildConfigField “String”, “BASE_URL”, “\”http://api-qa.com/\""
}
release {
buildConfigField “String”, “BASE_URL”,“\”https://api.com/\""
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment