Created
August 5, 2018 09:07
-
-
Save Ssisakhti/8980d6cd9e3438ebb879c01089f2d7fe to your computer and use it in GitHub Desktop.
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
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