Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trycatchx authored Aug 1, 2022
1 parent c6bd887 commit 0000987
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ apply plugin: 'com.rocketx'
// 在根目录的 build.gradle 加入
buildscript {
dependencies {
classpath 'io.github.trycatchx:rocketx:1.1.0'
classpath 'io.github.trycatchx:rocketx:1.1.1'
}
}
```
Expand Down Expand Up @@ -74,6 +74,8 @@ buildscript {
openLog = true
//指定哪些模块不打成 aar ,字符串为 module.path,以下 moduleB 不是一级目录,需要带上父文件夹
excludeModule = [":moduleA",":module_common:moduleB"]
//默认为true,表示走增量编译,由于有过多的 tranform 使用不当情况,可使用 false 使其编译通过(编译速度会变慢)
dexMergeIncremental = true
}
//..
}
Expand Down

0 comments on commit 0000987

Please sign in to comment.