Skip to content

Instantly share code, notes, and snippets.

@babedev
Created December 23, 2017 14:49
Show Gist options
  • Save babedev/1ebcdb7e6f34b923b2ae5a3b2821d97a to your computer and use it in GitHub Desktop.
Save babedev/1ebcdb7e6f34b923b2ae5a3b2821d97a to your computer and use it in GitHub Desktop.
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