Skip to content

Commit

Permalink
1、修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Jul 18, 2024
1 parent 95cc84a commit b94648a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -706,7 +706,7 @@ public class InitCollect2 {

- AndroidAOP 这个库顾名思义就不是 Hook 库,它是致力于打造 AOP 思想的库,所以它只能 Hook 安装包以内的代码

#### 混淆规则
#### [关于混淆](https://github.com/FlyJingFish/AndroidAOP/wiki/%E5%85%B3%E4%BA%8E%E6%B7%B7%E6%B7%86)

> 此资源库自带[混淆规则](https://github.com/FlyJingFish/AndroidAOP/blob/master/android-aop-core/proguard-rules.pro),并且会自动导入,正常情况下无需手动导入。
Expand Down
2 changes: 1 addition & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ public class InitCollect2 {
- When there is an asynchronous call [proceed](https://github.com/FlyJingFish/AndroidAOP/wiki/ProceedJoinPoint), the first asynchronous call [proceed](https://github.com/FlyJingFish/AndroidAOP/wiki/ProceedJoinPoint) ) The return value of the aspect (that is, the return value of invoke) is the return value of the cut-in method;


#### Obfuscation rules
#### [Obfuscation rules](https://github.com/FlyJingFish/AndroidAOP/wiki/%E5%85%B3%E4%BA%8E%E6%B7%B7%E6%B7%86)

> The library comes with `proguard-rules.pro` rules and is automatically imported. Normally no manual import is required.
> You can also go here to view [proguard-rules](https://github.com/FlyJingFish/AndroidAOP/blob/master/android-aop-core/proguard-rules.pro)
Expand Down

0 comments on commit b94648a

Please sign in to comment.