We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f28b99 commit 8dd4a56Copy full SHA for 8dd4a56
2 files changed
app/build.gradle
@@ -25,8 +25,8 @@ android {
25
26
dependencies {
27
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'
+ compile 'com.android.support:appcompat-v7:27.0.2'
+ compile 'io.reactivex.rxjava2:rxjava:2.1.10'
30
// compile 'me.jessyan:rxerrorhandler:2.1.0'
31
compile project(':rxerrorhandler')
32
}
rxerrorhandler/build.gradle
@@ -25,7 +25,7 @@ android {
compile fileTree(dir: 'libs', include: ['*.jar'])
- provided 'io.reactivex.rxjava2:rxjava:2.1.3'
+ provided 'io.reactivex.rxjava2:rxjava:2.1.10'
apply from: 'bintray.gradle'
0 commit comments