All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.arch.lifecycle.livedata.core.BuildConfig Maven / Gradle / Ivy

There is a newer version: 8.2.0-rc.4
Show newest version
//
// 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() {
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy