Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
mainlxl authored Mar 23, 2023
1 parent 48c9732 commit 4012bcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gradle命令执行

```shell
demo配置了productFlavors可通过如下命令查看不同变体so
./gradlew tasks 查看所有tasks 本插件分组为Analyze So library tasks如下
./gradlew tasks 查看所有tasks 本插件分组为Analyze So Library tasks如下

...
Analyze So Library tasks
Expand All @@ -48,6 +48,7 @@ assembleAnalyzeFlavors2ReleaseSo
./gradlew :app:analyzeFlavors1DebugSo -q

******************************************************************

如果项目未配置了productFlavors可通过如下命令查看不同变体so
./gradlew :app:analyzeDebugSo -q
./gradlew :app:analyzeReleaseSo -q
Expand Down

0 comments on commit 4012bcc

Please sign in to comment.