it.sephiroth.android.library.asm.commons.BuildConfig Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of asm-commons Show documentation
Show all versions of asm-commons Show documentation
Android gradle plugin which inject at compile time method logging (initially forked from Hunter-Debug)
The newest version!
package it.sephiroth.android.library.asm.commons;
import org.objectweb.asm.Opcodes;
public final class BuildConfig {
public static final int ASM_VERSION = Opcodes.ASM9;
}