Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.26 KB

File metadata and controls

40 lines (27 loc) · 1.26 KB

libxposed Service

API Maven Central Android Min SDK License

Modern Xposed Service — communication interface between Xposed framework and module app.

Integration

For Module Developers

dependencies {
    implementation("io.github.libxposed:service:101.0.0")
}

For Framework Developers

dependencies {
    implementation("io.github.libxposed:interface:101.0.0")
}

Documentation

Related Projects

License

This project is licensed under the Apache License 2.0.