Created
November 10, 2016 18:58
-
-
Save muratcanbur/6823d84921fc3d2dfd406e1348a15f76 to your computer and use it in GitHub Desktop.
Gradle Config Fields
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
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