public final class

BuildConfig

extends Object
java.lang.Object
   ↳ com.tencent.wcdb.BuildConfig

Summary

Constants
String APPLICATION_ID
String BUILD_TYPE
boolean DEBUG
String FLAVOR
int VERSION_CODE
String VERSION_NAME
Public Constructors
BuildConfig()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String APPLICATION_ID

Constant Value: "com.tencent.wcdb"

public static final String BUILD_TYPE

Constant Value: "release"

public static final boolean DEBUG

Constant Value: false

public static final String FLAVOR

Constant Value: ""

public static final int VERSION_CODE

Constant Value: 1 (0x00000001)

public static final String VERSION_NAME

Constant Value: "0.4.2"

Public Constructors

public BuildConfig ()