Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
mrzhang committed Feb 7, 2018
2 parents 920c10f + a9d059e commit b873f88
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 @@ -42,15 +42,15 @@ mainmodulename=app
```gradle
buildscript {
dependencies {
classpath 'com.luojilab.ddcomponent:build-gradle:1.1.0'
classpath 'com.luojilab.ddcomponent:build-gradle:1.2.0'
}
}
```

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

```gradle
compile 'com.luojilab.ddcomponent:componentlib:1.0.0'
compile 'com.luojilab.ddcomponent:componentlib:1.2.0'
```

#### 2、拆分组件为module工程
Expand Down

0 comments on commit b873f88

Please sign in to comment.