Skip to content

Commit d4d0af5

Browse files
committed
Update README.md
1 parent 7216937 commit d4d0af5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RxErrorHandler
2-
[ ![Bintray](https://img.shields.io/badge/bintray-v1.0.1-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/rxerrorhandler/1.0.1/link)
2+
[ ![Bintray](https://img.shields.io/badge/bintray-v2.0-brightgreen.svg) ](https://bintray.com/jessyancoding/maven/rxerrorhandler/2.0/link)
33
[ ![Build Status](https://travis-ci.org/JessYanCoding/RxErrorHandler.svg?branch=master) ](https://travis-ci.org/JessYanCoding/RxErrorHandler)
44
[ ![API](https://img.shields.io/badge/API-15%2B-blue.svg?style=flat-square) ](https://developer.android.com/about/versions/android-4.0.3.html)
55
[ ![License](http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square) ](http://www.apache.org/licenses/LICENSE-2.0)
@@ -10,8 +10,13 @@
1010

1111
```
1212
dependencies {
13-
compile 'me.jessyan:rxerrorhandler:1.0.1'
13+
compile 'me.jessyan:rxerrorhandler:1.0.1' //rxjava2
1414
}
15+
16+
dependencies {
17+
compile 'me.jessyan:rxerrorhandler:2.0' //rxjava1
18+
}
19+
1520
```
1621

1722
## Step 2

0 commit comments

Comments
 (0)