HiBeaver
HiBeaver is a gradle plugin for java byte code manipulation and AOP
HiBeaver is a gradle plugin for java byte code manipulation and AOP design by modifying project byte code during build of the package, or modifying byte code within Jar independently. Combined with the powerful Java ASM bytecode modification tool and Gradle Transform API, HiBeaver can modify the Java bytecode contained in the project according to the user's configuration during the Android application compilation stage, so that users can only use Gradle Configure code injection and AOP design...