Releases: didi/booster
Releases · didi/booster
booster-v4.5.2
- Fix issue #284
booster-v4.5.1
- Fix issue #287
booster-v4.5.0
- Fix issue #280
booster-v4.4.0
- Support force update inputs for incremental build
booster-v4.3.0
- Support running local unit test with transformer
- Add collector API for multi-round transform
booster-v4.2.0
- Add Android stub APIs
- Fix bug of the classpath of class pool
- Add runtime instrumentation support
- Migrate to gradle-nexus/publish-plugin
booster-v4.1.0
- Fix issue #258
- Fix bug when install in android-R machine: no compress arsc file.
booster-v4.0.0
- Support AGP 7.0
- Open
AGPInterface
as public - Optimize
AGPInterface
implementation loading strategy - Deprecate extension properties for AGP built-in task accessing, using
TaskProvider
related extension property instead - No longer support AGP 3.3 below
- Behavioral change of resource compression tasks
booster-v3.5.0
- Fix
booster-transform-r-inline
支持constraintlayout
v2.0
- Add
booster-transform-service-loader
forServiceLoader
performance optimization
booster-v3.4.0
- Refactor
booster-cha
,to support bytecode manipulation framework independentClassParser
- Update
auto-service
version to1.0
- Update
common-compression
version to1.21