Skip to content

Releases: bytedance/ByteX

improve compatibility and fix bugs

22 Jul 03:53
90979d0
Compare
Choose a tag to compare
  • Upgrade asm libs from 6.2.1 to 9.2(Notes:ASM_API which is passed to asm visitors has not been changed,ASM6 by default.You could changed it by append 'bytex.ASM_API=[ASM4、ASM5、ASM6、ASM7、ASM8、ASM9]' in gradle.properties)
  • Replace booster-gradle-api with gradle-compat-api.Both of them are perfect AGP compatible libraries. booster-gradle-api is developed and maintained by booster,which was used by ByteX for a long time . gradle-compat-api is developed and maintained by bytedance,witch has been running well within the company for several months.
  • Check unexpected bytecode modifications by plugins during the traverse phase in release build.(Notes:Plugins should only perceive the inputs in the traverse phase, and there should be no modifications)
  • Fix memory leak caused by gradle
  • New whiteList feature in access-inline-plugin.

improve compatibility and fix bugs

27 Jul 13:24
4fa5445
Compare
Choose a tag to compare

improve compatibility(AGP3.6)
optimize hook proguard
add checkIncrementalInDebug
fix npe cased by refer-checker

improve pipleline and compatibility

16 Jun 02:51
d2d6b86
Compare
Choose a tag to compare

Upgrade AGP 3.5.3
Fix memory leak in HookProguard
Run refer-check-plugin in single flow in order to check any issues producted by bytex'plugin
Unified threadpool and run pipleline lifecycles in parallel