Skip to content

Commit

Permalink
修改readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Apr 29, 2024
1 parent 3766558 commit cf4f9ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,10 +217,10 @@ androidAop.debugMode=true //设置为 true 默认走您项目当前的打包方
- 3、在**根目录**`gradle.properties` 添加如下设置

```
androidAop.debugMode.variantOnlyDebug = true //默认为true
androidAop.debugMode.variantOnlyDebug = true //默认不写这项就是true
```

**⚠️⚠️⚠️请注意设置为 true 时 release 包会忽略 `androidAop.debugMode = true` 的设置自动走全量打包方式,设为 false 时则没有上述效果**
**请注意设置为 true 时 release 包会忽略 `androidAop.debugMode = true` 的设置自动走全量打包方式,设为 false 时则没有这种效果**


### 本库内置了一些功能注解可供你直接使用
Expand Down

0 comments on commit cf4f9ca

Please sign in to comment.