Package edu.cnm.deepdive.scalescroller
Class BuildConfig
- java.lang.Object
-
- edu.cnm.deepdive.scalescroller.BuildConfig
-
public final class BuildConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPLICATION_ID
static String
BUILD_TYPE
static boolean
DEBUG
static int
VERSION_CODE
static String
VERSION_NAME
-
Constructor Summary
Constructors Constructor Description BuildConfig()
-
-
-
Field Detail
-
DEBUG
public static final boolean DEBUG
-
APPLICATION_ID
public static final String APPLICATION_ID
- See Also:
- Constant Field Values
-
BUILD_TYPE
public static final String BUILD_TYPE
- See Also:
- Constant Field Values
-
VERSION_CODE
public static final int VERSION_CODE
- See Also:
- Constant Field Values
-
VERSION_NAME
public static final String VERSION_NAME
- See Also:
- Constant Field Values
-
-