Modern Xposed Module API — a type-safe, redesigned replacement for the legacy XposedBridge API.
dependencies {
compileOnly("io.github.libxposed:api:101.0.0")
}dependencies {
implementation("io.github.libxposed:api:101.0.0")
}- libxposed/helper — Friendly development kit library
- libxposed/service — Framework communication service
- libxposed/example - Example module using the modern Xposed API
This project is licensed under the Apache License 2.0.