File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 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 )
1010
1111```
1212dependencies {
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
You can’t perform that action at this time.
0 commit comments