Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 1.39 KB

File metadata and controls

41 lines (28 loc) · 1.39 KB

libxposed API

API Maven Central Android Min SDK License

Modern Xposed Module API — a type-safe, redesigned replacement for the legacy XposedBridge API.

Integration

For Module Developers

dependencies {
    compileOnly("io.github.libxposed:api:101.0.0")
}

For Framework Developers

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

Documentation

  • Guide — Getting started with the modern Xposed API
  • Javadoc — API reference

Related Projects

License

This project is licensed under the Apache License 2.0.