android.arch.lifecycle.livedata.core.BuildConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kripton-arch-integration Show documentation
Show all versions of kripton-arch-integration Show documentation
Kripton Arch Integration Library
//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//
package android.arch.lifecycle.livedata.core;
// TODO: Auto-generated Javadoc
/**
* The Class BuildConfig.
*/
public final class BuildConfig {
/** The Constant DEBUG. */
public static final boolean DEBUG = false;
/** The Constant APPLICATION_ID. */
public static final String APPLICATION_ID = "android.arch.lifecycle.livedata.core";
/** The Constant BUILD_TYPE. */
public static final String BUILD_TYPE = "release";
/** The Constant FLAVOR. */
public static final String FLAVOR = "";
/** The Constant VERSION_CODE. */
public static final int VERSION_CODE = -1;
/** The Constant VERSION_NAME. */
public static final String VERSION_NAME = "";
/**
* Instantiates a new builds the config.
*/
public BuildConfig() {
}
}