Package com.aerisweather.aeris.maps
Class BuildConfig
- java.lang.Object
-
- com.aerisweather.aeris.maps.BuildConfig
-
public final class BuildConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
BUILD_TYPE
static boolean
DEBUG
static String
LIBRARY_PACKAGE_NAME
static String
URL_SEARCH
static long
VERSION_CODE
static String
VERSION_NAME
-
Constructor Summary
Constructors Constructor Description BuildConfig()
-
-
-
Field Detail
-
DEBUG
public static final boolean DEBUG
- See Also:
- Constant Field Values
-
LIBRARY_PACKAGE_NAME
public static final String LIBRARY_PACKAGE_NAME
- See Also:
- Constant Field Values
-
BUILD_TYPE
public static final String BUILD_TYPE
- See Also:
- Constant Field Values
-
URL_SEARCH
public static final String URL_SEARCH
- See Also:
- Constant Field Values
-
VERSION_CODE
public static final long VERSION_CODE
- See Also:
- Constant Field Values
-
VERSION_NAME
public static final String VERSION_NAME
- See Also:
- Constant Field Values
-
-