Unverified Commit 97d89901 authored by ganyao114's avatar ganyao114 Committed by GitHub

Update README.md

parent dfbb6bb0
...@@ -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.1' implementation 'com.swift.sandhook:hooklib:0.0.2'
``` ```
- 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.1' provided 'com.swift.sandhook:hookannotation:0.0.2'
``` ```
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