Skip to content

Commit 76db742

Browse files
committed
update README.md
1 parent 047470c commit 76db742

3 files changed

Lines changed: 1 addition & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ buildscript {
1313
allprojects {
1414
repositories {
1515
jcenter()
16-
maven{
17-
url "https://dl.bintray.com/jessyancoding/maven"
18-
}
1916
}
2017
}
2118

rxerrorhandler/bintray.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)