Booster Versions Save

🚀Optimizer for mobile applications

v4.11.0

1 year ago

What's Changed

Full Changelog: https://github.com/didi/booster/compare/v4.10.0...v4.11.0

v4.10.0

1 year ago

What's Changed

Full Changelog: https://github.com/didi/booster/compare/v4.9.0...v4.10.0

v4.9.0

1 year ago

What's Changed

  • Fix [CVE-2020-15250] In JUnit4 from version 4.7 and before 4.13.1, the test rule TemporaryFolder contains a local information disclosure vulnerability by @johnsonlee
  • Fix variant artifacts acquiring by @johnsonlee
  • Fix integration tests by @johnsonlee
  • Refactoring booster-graph to support grouping and render options by @johnsonlee

Full Changelog: https://github.com/didi/booster/compare/v4.8.0...v4.9.0

v4.8.0

2 years ago

What's Changed

Full Changelog: https://github.com/didi/booster/compare/v4.7.0...v4.8.0

v4.7.0

2 years ago

What's Changed

  • Fix issue #304: ScheduledThreadPoolExecutor transform bug by @lpw14 in https://github.com/didi/booster/pull/305
  • Fix improper task dependencies by @johnsonlee
  • Add booster-task-graph for task graph visualization by @johnsonlee
  • Add DotGraph.visualize() for graph visualization by @johnsonlee

New Contributors

Full Changelog: https://github.com/didi/booster/compare/v4.6.0...v4.7.0

v4.6.0

2 years ago
  • Add extension property BaseVariant.mergedNativeLibs: Collection<File>
  • Add extension function BaseVariant..getReport(String, String): File
  • Fix Jacoco coverage report issue

v4.5.3

2 years ago
  • Fix mergeResources task

v4.5.2

2 years ago
  • Fix issue #284

v4.5.1

2 years ago
  • Fix issue #287

v4.5.0

2 years ago
  • Fix issue #280