目录
Hong Xu

Update GitHub Actions to latest major versions (#991)

Summary: Pull Request resolved: https://github.com/facebook/redex/pull/991

Node.js 20 has been deprecated. Update all GitHub Actions dependencies from their v4 (node20) versions to the latest major versions, which run on later versions of Node.js.

  • actions/checkout v4.1.1 → v6
  • actions/cache v4 → v5
  • actions/upload-artifact v4 → v6
  • actions/upload-pages-artifact v4 → v5
  • actions/deploy-pages v4 → v5

Reviewed By: wsanville

Differential Revision: D106597689

fbshipit-source-id: 1c4ddab434fd05e46a975fdf6f398ce2799041d8

6天前10024次提交

ReDex: An Android Bytecode Optimizer

ReDex is an Android bytecode (dex) optimizer originally developed at Facebook. It provides a framework for reading, writing, and analyzing .dex files, and a set of optimization passes that use this framework to improve the bytecode. An APK optimized by ReDex should be smaller and faster than its source.

Go to https://fbredex.com for full documentation.

Contributions

See CONTRIBUTING.md to understand how to contribute to this project.

License

The ReDex repository is available under the MIT License.

邀请码