Skip to content

v2.1.4

Compare
Choose a tag to compare
@jiongxuan jiongxuan released this 27 Jul 13:15
· 376 commits to dev since this release

replugin-host-lib

  • Fix metaData might be null when parseFromPackageInfo called - @jiongxuan
  • Fix '.so' files not release when install plugin - @erhu
  • Close verify Signature by default - @jiongxuan
  • Merge DefaultRePluginCallbacks to RePluginCallbacks - @jiongxuan
  • Move some event callbacks(onPrepareAllocPitActivity and etc.) to RePluginEventCallbacks - @jiongxuan
  • Add the uninstall plugin broadcast - @wangyupeng1-iri

replugin-plugin-gradle

  • Compat for Instant Run - @lizhangqu & @erhu
  • Using reflection to access internal field and fix crash in Windows system - @goodev