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

it.sephiroth.android.library.asm.commons.BuildConfig Maven / Gradle / Ivy

Go to download

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;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy