Skip to content

Instantly share code, notes, and snippets.

@Ssisakhti
Created August 5, 2018 09:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ssisakhti/8980d6cd9e3438ebb879c01089f2d7fe to your computer and use it in GitHub Desktop.
Save Ssisakhti/8980d6cd9e3438ebb879c01089f2d7fe to your computer and use it in GitHub Desktop.
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String APPLICATION_ID = "com.kaajdev.guessit.filmbazi";
public static final String BUILD_TYPE = "debug";
public static final String FLAVOR = "filmbaziCafebazaar";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.0.0-filmbazi";
public static final String FLAVOR_version_name = "filmbazi";
public static final String FLAVOR_market_release = "cafebazaar";
// Fields from product flavor: filmbazi
public static final String BASE_URL = "http://MyWebsite.com/";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment