Skip to content

Commit 878f63c

Browse files
committed
update ReadMe
1 parent 55abb8a commit 878f63c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,16 @@ mainmodulename=app
5656
```gradle
5757
buildscript {
5858
dependencies {
59-
classpath 'com.luojilab.ddcomponent:build-gradle:1.2.0'
59+
classpath 'com.github.jimu:build-gradle:A.B.C'
6060
}
6161
}
6262
```
63+
*current lastest version 1.3.2 has just post a request to includeed in the bintray's jCenter,maybe you cannot fetch it before the request has been approved*
6364

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

6667
```gradle
67-
compile 'com.luojilab.ddcomponent:componentlib:1.3.0'
68+
compile 'com.github.jimu:componentlib:A.B.C'
6869
```
6970

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

0 commit comments

Comments
 (0)