Skip to content

Commit

Permalink
1、修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Jun 21, 2024
1 parent 97ad9b2 commit 9b260e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,8 @@ androidAop.reflectInvokeMethod.variantOnlyDebug = true // 设置为 true 则只
```
> [!TIP]\
> 1、反射执行切面方法会加快打包速度<br>
> 2、请注意`androidAop.reflectInvokeMethod.variantOnlyDebug` 设置为 true 时 release 包会忽略 `androidAop.reflectInvokeMethod = true` 的设置自动不走反射,设为 false 时则没有这种效果(不写默认false)
> 2、请注意`androidAop.reflectInvokeMethod.variantOnlyDebug` 设置为 true 时 release 包会忽略 `androidAop.reflectInvokeMethod = true` 的设置自动不走反射,设为 false 时则没有这种效果(不写默认false)<br>
> 3、在 1.8.7 及其以上的版本上,已优化到二次编译速度和开启反射速度是基本一样的


Expand Down
4 changes: 3 additions & 1 deletion README_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ androidAop.reflectInvokeMethod.variantOnlyDebug = true //Set to true to be effec
```
> [!TIP]\
> 1、Reflection execution of the facet method will speed up packaging<br>
> 2、Please note that when `androidAop.reflectInvokeMethod.variantOnlyDebug` is set to true, the release package will ignore the setting of `androidAop.reflectInvokeMethod = true` and automatically not reflect, and there will be no such effect when it is set to false (if not set, the default is false)
> 2、Please note that when `androidAop.reflectInvokeMethod.variantOnlyDebug` is set to true, the release package will ignore the setting of `androidAop.reflectInvokeMethod = true` and automatically not reflect, and there will be no such effect when it is set to false (if not set, the default is false) <br>
> 3、In versions 1.8.7 and above, the speed of secondary compilation has been optimized to be basically the same as the speed of enabling reflection.

### This library has some built-in functional annotations for you to use directly.

Expand Down

0 comments on commit 9b260e6

Please sign in to comment.