The Java part of the Xposed framework.
// https://mvnrepository.com/artifact/de.robv.android.xposed/api
implementation 'de.robv.android.xposed:api:82'The latest version introduced 参考build.gradle.kts(:core)
api(project(":api"))
implementation(libs.commons.lang3)
implementation(projects.hiddenapi.bridge)
compileOnly(projects.hiddenapi.stubs)Welcome to the Javadoc reference of the Xposed Framework API.
如果您发现本项目有侵犯您的知识产权,请与我取得联系,我会及时修改或删除。