Skip to content

v2.2.1

Compare
Choose a tag to compare
@cundong cundong released this 25 Sep 13:00
· 192 commits to dev since this release

replugin-host-lib

Breaking Changes 核心改动

  • (#350) Adapter to Android O's All-Of-the-Time Compilation - @cundong

适配Android O 的“全时段的编译”(All-Of-the-Time compilation)

支持通过 RePlugin.dump() 接口来dump详细的运行时信息,包括:

  1. 通过 RePlugin 运行起来的,插件中的Service 信息;
  2. 当前完整的 Activity 坑位映射表;
  3. 当前被运行起来的插件列表;

Main Changes 主要更新

Bug Fixes 修复错误

  • (#359) Samsung Android 5.0 5.1, When according to the volume button, Crash - @cundong