-
Notifications
You must be signed in to change notification settings - Fork 120
Rename MethodUnhooker to HookHandle, set minSdk = 26, refine interface
#35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
MethodUnhooker to HookHandle, add new APIMethodUnhooker to HookHandle, set minSdk = 26, refine interface
|
health-services |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[versions]
annotation = "1.9.0"
kotlin = "2.0.21"
lint = "31.7.1"
agp = "8.7.1"
[plugins]
kotlin = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
agp-lib = { id = "com.android.library", version.ref = "agp" }
[libraries]
annotation = { module = "androidx.annotation:annotation", version.ref = "annotation" }
lint-api = { module = "com.android.tools.lint:lint-api", version.ref = "lint" }
lint-checks = { module = "com.android.tools.lint:lint-checks", version.ref = "lint" }
kotlin-stdlib = { module = "org.jetbrains.kotlin:kotlin-stdlib", version.ref = "kotlin" }
dxkf177
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
api/src/main/java/io/github/libxposed/api/XposedModuleInterface.java
No description provided.