Skip to content

Commit 9074b0c

Browse files
committed
Update README.mf
1 parent 7efa3bf commit 9074b0c

File tree

6 files changed

+20
-20
lines changed

6 files changed

+20
-20
lines changed

.idea/libraries/rxerrorhandler_1_0.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

.idea/libraries/rxerrorhandler_1_0_1.xml

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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?version=1.0) ](https://bintray.com/jessyancoding/maven/rxerrorhandler/1.0/link)
4+
[ ![Download](https://api.bintray.com/packages/jessyancoding/maven/rxerrorhandler/images/download.svg?version=1.0.1) ](https://bintray.com/jessyancoding/maven/rxerrorhandler/1.0.1/link)
55

66
## Error Handle Of Rxjava
77

88
## Step 1
99
```
1010
dependencies {
11-
compile 'me.jessyan:rxerrorhandler:1.0'
11+
compile 'me.jessyan:rxerrorhandler:1.0.1'
1212
}
1313
1414
```

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "me.jessyan.rxerrorhandler.demo"
99
minSdkVersion 15
1010
targetSdkVersion 25
11-
versionCode 1
12-
versionName "1.0"
11+
versionCode 2
12+
versionName "1.0.1"
1313
}
1414
buildTypes {
1515
release {
@@ -26,5 +26,5 @@ dependencies {
2626
compile fileTree(include: ['*.jar'], dir: 'libs')
2727
testCompile 'junit:junit:4.12'
2828
compile 'com.android.support:appcompat-v7:25.1.1'
29-
compile 'me.jessyan:rxerrorhandler:1.0'
29+
compile 'me.jessyan:rxerrorhandler:1.0.1'
3030
}

rxerrorhandler/bintray.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ publish {
1919
userOrg = 'jessyancoding' //bintray注册的用户名
2020
groupId = 'me.jessyan' //compile引用时的第1部分groupId
2121
artifactId = 'rxerrorhandler' //compile引用时的第2部分项目名
22-
publishVersion = '1.0' //compile引用时的第3部分版本号
22+
publishVersion = '1.0.1' //compile引用时的第3部分版本号
2323
desc = 'Error Handle Of Rxjava'
2424
website = siteUrl
2525
}

rxerrorhandler/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
defaultConfig {
88
minSdkVersion 15
99
targetSdkVersion 25
10-
versionCode 1
11-
versionName "1.0"
10+
versionCode 2
11+
versionName "1.0.1"
1212
}
1313
buildTypes {
1414
release {

0 commit comments

Comments
 (0)