Skip to content

Commit b873f88

Browse files
author
mrzhang
committed
2 parents 920c10f + a9d059e commit b873f88

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ mainmodulename=app
4242
```gradle
4343
buildscript {
4444
dependencies {
45-
classpath 'com.luojilab.ddcomponent:build-gradle:1.1.0'
45+
classpath 'com.luojilab.ddcomponent:build-gradle:1.2.0'
4646
}
4747
}
4848
```
4949

5050
为每个组件引入依赖库,如果项目中存在basiclib等基础库,可以统一交给basiclib引入
5151

5252
```gradle
53-
compile 'com.luojilab.ddcomponent:componentlib:1.0.0'
53+
compile 'com.luojilab.ddcomponent:componentlib:1.2.0'
5454
```
5555

5656
#### 2、拆分组件为module工程

0 commit comments

Comments
 (0)