org.jdeferred2.android.BuildConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jdeferred-android Show documentation
Show all versions of jdeferred-android Show documentation
Use JDeferred in Android while dispatching callbacks in UI thread and/or Background thread.
/**
* Automatically generated file. DO NOT MODIFY
*/
package org.jdeferred2.android;
public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "org.jdeferred2.android";
public static final String BUILD_TYPE = "release";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 1;
public static final String VERSION_NAME = "1.2.0";
}