File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# RxErrorHandler
22[ ![ 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 )
33[ ![ License] ( http://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square ) ] ( http://www.apache.org/licenses/LICENSE-2.0 )
4- [ ![ Download] ( https://api.bintray.com/packages/jessyancoding/maven/rxerrorhandler/images/download.svg ) ] ( https://bintray.com/jessyancoding/maven/rxerrorhandler/_latestVersion )
4+ [ ![ Download] ( https://api.bintray.com/packages/jessyancoding/maven/rxerrorhandler/images/download.svg?version=1.0 ) ] ( https://bintray.com/jessyancoding/maven/rxerrorhandler/1.0/link )
55
66## Error Handle Of Rxjava
77
Original file line number Diff line number Diff line change @@ -13,9 +13,6 @@ buildscript {
1313allprojects {
1414 repositories {
1515 jcenter()
16- maven{
17- url " https://dl.bintray.com/jessyancoding/maven"
18- }
1916 }
2017}
2118
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ allprojects {
44 repositories {
55 jcenter()
66 }
7-
87 tasks. withType(Javadoc ) {
98 options{ encoding " UTF-8"
109 charSet ' UTF-8'
You can’t perform that action at this time.
0 commit comments