Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Commit

Permalink
[1.x][Bugfix]更新README依赖库版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Sloaix committed May 24, 2018
1 parent 811a850 commit a878f24
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ depend these in your build.gralde.
dependencies {
implementation "io.reactivex.rxjava2:rxandroid:2.0.1"
implementation "com.github.lsxiao.Apollo:core:1.0.1-fix"
implementation "com.github.lsxiao.Apollo:core:1.0.2"
//IPC module,optional
implementation "com.github.lsxiao.Apollo:ipc:1.0.1-fix"
implementation "com.github.lsxiao.Apollo:ipc:1.0.2"
annotationProcessor "com.github.lsxiao.Apollo:processor:1.0.1-fix"
annotationProcessor "com.github.lsxiao.Apollo:processor:1.0.2"
//for kotlin
kapt "com.github.lsxiao.Apollo:processor:1.0.1-fix"
kapt "com.github.lsxiao.Apollo:processor:1.0.2"
}
```

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ dependencies {
implementation "io.reactivex.rxjava2:rxandroid:2.0.1"
//Apollo的核心库
implementation "com.github.lsxiao.Apollo:core:1.0.1-fix"
implementation "com.github.lsxiao.Apollo:core:1.0.2"
//IPC,如不需要可以不依赖
implementation "com.github.lsxiao.Apollo:ipc:1.0.1-fix"
implementation "com.github.lsxiao.Apollo:ipc:1.0.2"
//Apollo的编译时注解处理器
annotationProcessor "com.github.lsxiao.Apollo:processor:1.0.1-fix"
annotationProcessor "com.github.lsxiao.Apollo:processor:1.0.2"
//如果你使用的是kotlin,请使用kapt
kapt "com.github.lsxiao.Apollo:processor:1.0.1-fix"
kapt "com.github.lsxiao.Apollo:processor:1.0.2"
}
```

Expand Down

0 comments on commit a878f24

Please sign in to comment.