Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huangx committed Jun 19, 2020
1 parent 5c6e40e commit 70b7e35
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,17 @@ android.applicationVariants.all { variant ->
androidJunkCode.configMap.put(variant.name, {
packageBase = "cn.hx.plugin.ui" //生成java类根包名
packageCount = 30 //生成包数量
activityCountPerPackage = 3 //每个包下生成Activity数量
otherCountPerPackage = 10 //每个类生生成方法数量
methodCountPerClass = 10 //每个类生生成方法数量
activityCountPerPackage = 3 //每个包下生成Activity类数量
otherCountPerPackage = 10 //每个包下生成其它类的数量
methodCountPerClass = 10 //每个类下生成方法数量
resPrefix = "lite_junk_" //生成的layout、drawable、string等资源名前缀
drawableCount = 30 //生成drawable资源数量
stringCount = 30 //生成string数量
})
break
}
}
```
```

### 生在文件所有目录
build/generated/source/junk

0 comments on commit 70b7e35

Please sign in to comment.