We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 920c10f + a9d059e commit b873f88Copy full SHA for b873f88
README.md
@@ -42,15 +42,15 @@ mainmodulename=app
42
```gradle
43
buildscript {
44
dependencies {
45
- classpath 'com.luojilab.ddcomponent:build-gradle:1.1.0'
+ classpath 'com.luojilab.ddcomponent:build-gradle:1.2.0'
46
}
47
48
```
49
50
为每个组件引入依赖库,如果项目中存在basiclib等基础库,可以统一交给basiclib引入
51
52
53
-compile 'com.luojilab.ddcomponent:componentlib:1.0.0'
+compile 'com.luojilab.ddcomponent:componentlib:1.2.0'
54
55
56
#### 2、拆分组件为module工程
0 commit comments