com.facebook.rebound.BuildConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rebound Show documentation
Show all versions of rebound Show documentation
Rebound is a simple spring dynamics animation library for Java and Android applications.
The newest version!
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.facebook.rebound;
public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "com.facebook.rebound";
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 = "";
}