Unverified Commit 6b1a533a authored by ganyao114's avatar ganyao114 Committed by GitHub

Update README.md

parent 34c4bd59
...@@ -120,7 +120,7 @@ SanHook.public static boolean hook(Member target, Method hook, Method backup) {} ...@@ -120,7 +120,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:4.0.0' provided 'com.swift.sandhook:hookannotation:4.0.2'
``` ```
in your plugin in your plugin
...@@ -137,12 +137,12 @@ Now you can use Xposed api: ...@@ -137,12 +137,12 @@ Now you can use Xposed api:
We have two different implements: We have two different implements:
```groovy ```groovy
//stable //stable
implementation 'com.swift.sandhook:xposedcompat:4.0.0' implementation 'com.swift.sandhook:xposedcompat:4.0.2'
//or //or
//hook fast first time //hook fast first time
implementation 'com.swift.sandhook:xposedcompat_new:4.0.0' implementation 'com.swift.sandhook:xposedcompat_new:4.0.2'
``` ```
```java ```java
......
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