raphw
released this
15 Dec 09:31
·
13 commits
to master
since this release
- Avoid dependency of
CachedReturnPlugin
on precompiled class files. - Add
NOP
instruction whenAdvice
is used onvoid
methods as those might be empty which results on a frame being written to the same offset, causing an exception. - Allow
Plugin.Enging
to link files instead of copying. - Adjust validator code to avoid compiler bug that was reported by multiple users.
- Allow injection of class path as
File[]
toPlugin
constructors. - Allow for configuring variants when using the Android Gradle plugin.