Created
December 23, 2017 14:49
-
-
Save babedev/1ebcdb7e6f34b923b2ae5a3b2821d97a to your computer and use it in GitHub Desktop.
This file contains 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
public final class BuildConfig { | |
public static final boolean DEBUG = false; | |
public static final String APPLICATION_ID = "my.app"; | |
public static final String BUILD_TYPE = "local"; | |
public static final String FLAVOR = ""; | |
public static final int VERSION_CODE = 1; | |
public static final String VERSION_NAME = "0.1.0"; | |
// Fields from build type: local | |
public static final String API_URL = "http://192.165.36.44:5000/api/v1"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment