Commit 0dbe3b9a authored by swift_gan's avatar swift_gan

Merge remote-tracking branch 'origin/master'

parents 86cdff44 623c5b2c
...@@ -30,7 +30,7 @@ cant hook if lined ...@@ -30,7 +30,7 @@ cant hook if lined
# how to use # how to use
```gradle ```gradle
implementation 'com.swift.sandhook:hooklib:0.0.2' implementation 'com.swift.sandhook:hooklib:1.1.1'
``` ```
- hook method must be a static method - hook method must be a static method
...@@ -91,7 +91,7 @@ SanHook.public static boolean hook(Member target, Method hook, Method backup) {} ...@@ -91,7 +91,7 @@ SanHook.public static boolean hook(Member target, Method hook, Method backup) {}
if hookers is in plugin(like xposed): if hookers is in plugin(like xposed):
```groovy ```groovy
provided 'com.swift.sandhook:hookannotation:0.0.2' provided 'com.swift.sandhook:hookannotation:1.1.1'
``` ```
in your plugin in your plugin
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment