Skip to content

Commit 8dd4a56

Browse files
committed
Upgrade rxjava version to 2.1.10
1 parent 6f28b99 commit 8dd4a56

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ android {
2525

2626
dependencies {
2727
compile fileTree(include: ['*.jar'], dir: 'libs')
28-
compile 'com.android.support:appcompat-v7:26.0.2'
29-
compile 'io.reactivex.rxjava2:rxjava:2.1.3'
28+
compile 'com.android.support:appcompat-v7:27.0.2'
29+
compile 'io.reactivex.rxjava2:rxjava:2.1.10'
3030
// compile 'me.jessyan:rxerrorhandler:2.1.0'
3131
compile project(':rxerrorhandler')
3232
}

rxerrorhandler/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ android {
2525

2626
dependencies {
2727
compile fileTree(dir: 'libs', include: ['*.jar'])
28-
provided 'io.reactivex.rxjava2:rxjava:2.1.3'
28+
provided 'io.reactivex.rxjava2:rxjava:2.1.10'
2929
}
3030

3131
apply from: 'bintray.gradle'

0 commit comments

Comments
 (0)