LSPosed/xposed
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
..
libxposed@5458273031 Centralize dependencies and migrate to submodules (#512) 2026-01-22 15:13:06 +01:00
src/main/kotlin/org/matrix/vector Fix and refactor DexParser implementation (#509) 2026-01-21 18:12:25 +01:00
README.md Fix and refactor DexParser implementation (#509) 2026-01-21 18:12:25 +01:00
build.gradle.kts Centralize dependencies and migrate to submodules (#512) 2026-01-22 15:13:06 +01:00

README.md

Xposed API implementation of the Vector framework

LSPosed is being refactored into a new project Vector.

This sub-project xposed, written in Kotlin, will be refactored from the core sub-project written in Java.