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

org.jdeferred2.android.BuildConfig Maven / Gradle / Ivy

Go to download

Use JDeferred in Android while dispatching callbacks in UI thread and/or Background thread.

There is a newer version: 2.0.0
Show newest version
/**
 * 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";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy