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

Commit cd89014

Browse files
author
lsxiao
committed
update readme.
1 parent 41739b6 commit cd89014

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ Add the library to the project-level build.gradle, using the apt plugin to enabl
4040
```groovy
4141
dependencies {
4242
compile "io.reactivex:rxandroid:2.0.1"//use the latest version
43-
compile "com.github.lsxiao.Apollo:core:1.0.0-alpha.3"
44-
annotationProcessor "com.github.lsxiao.Apollo:processor:1.0.0-alpha.3"
43+
compile "com.github.lsxiao.Apollo:core:1.0.0-beta.1"
44+
annotationProcessor "com.github.lsxiao.Apollo:processor:1.0.0-alpha.1"
4545
4646
//for kotlin
47-
kapt "com.github.lsxiao.Apollo.processor:1.0.0-alpha.3"
47+
kapt "com.github.lsxiao.Apollo.processor:1.0.0-beta.1"
4848
}
4949
```
5050

0 commit comments

Comments
 (0)