├── .github └── workflows │ ├── commit.yaml │ └── core.yaml ├── README.md ├── lspatch.jar └── task-list.json /.github/workflows/commit.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8Mi-Tech/LSPatch-ApkFactory/HEAD/.github/workflows/commit.yaml -------------------------------------------------------------------------------- /.github/workflows/core.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8Mi-Tech/LSPatch-ApkFactory/HEAD/.github/workflows/core.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8Mi-Tech/LSPatch-ApkFactory/HEAD/README.md -------------------------------------------------------------------------------- /lspatch.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8Mi-Tech/LSPatch-ApkFactory/HEAD/lspatch.jar -------------------------------------------------------------------------------- /task-list.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/8Mi-Tech/LSPatch-ApkFactory/HEAD/task-list.json --------------------------------------------------------------------------------