Files
JingMatrix 211bd5f115 Centralize dependencies and migrate to submodules (#512)
Centralize dependencies and migrate to submodules

Move `apache` and `axml` modules to a unified `external` directory and migrate libxposed API and service interfaces from Maven dependencies to Git submodules.

Included changes:
- Updated .gitmodules with new paths.
- Simplified core.yml CI workflow.
- Updated Gradle project references to use the new directory structure.
- Added documentation for external components.
2026-01-22 15:13:06 +01:00

28 lines
986 B
Plaintext

[submodule "external/lsplant"]
path = external/lsplant
url = https://github.com/JingMatrix/LSPlant.git
[submodule "external/dobby"]
path = external/dobby
url = https://github.com/JingMatrix/Dobby.git
[submodule "external/fmt"]
path = external/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "external/xz-embedded"]
path = external/xz-embedded
url = https://github.com/tukaani-project/xz-embedded.git
[submodule "external/lsplt"]
path = external/lsplt
url = https://github.com/JingMatrix/LSPlt
[submodule "services/libxposed"]
path = services/libxposed
url = https://github.com/libxposed/service.git
[submodule "xposed/libxposed"]
path = xposed/libxposed
url = https://github.com/libxposed/api.git
[submodule "external/apache/commons-lang"]
path = external/apache/commons-lang
url = https://github.com/apache/commons-lang.git
[submodule "external/axml/manifest-editor"]
path = external/axml/manifest-editor
url = https://github.com/JingMatrix/ManifestEditor.git