22 lines
805 B
Java
22 lines
805 B
Java
/**
|
|
* Automatically generated file. DO NOT MODIFY
|
|
*/
|
|
package com.hikoncont;
|
|
|
|
public final class BuildConfig {
|
|
public static final boolean DEBUG = Boolean.parseBoolean("true");
|
|
public static final String APPLICATION_ID = "com.hikoncont";
|
|
// Field from build type: debug
|
|
public static final String BUILD_TYPE = "debug";
|
|
public static final int VERSION_CODE = 1;
|
|
public static final String VERSION_NAME = "1.0.1.6";
|
|
// Field from build type: debug
|
|
public static final boolean ENABLE_ANTI_DEBUG = false;
|
|
// Field from build type: debug
|
|
public static final boolean ENABLE_EMULATOR_DETECTION = false;
|
|
// Field from build type: debug
|
|
public static final boolean ENABLE_ENCRYPTION = false;
|
|
// Field from build type: debug
|
|
public static final boolean ENABLE_ROOT_DETECTION = false;
|
|
}
|