We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70ba32f commit b5c80b0Copy full SHA for b5c80b0
app/build.gradle
@@ -24,6 +24,6 @@ dependencies {
24
testCompile 'junit:junit:4.12'
25
compile 'com.android.support:appcompat-v7:25.3.0'
26
compile 'com.android.support:recyclerview-v7:25.3.0'
27
- compile 'io.reactivex:rxandroid:1.1.0'
28
- compile 'io.reactivex:rxjava:1.1.0'
+ compile 'io.reactivex:rxandroid:1.2.1'
+ compile 'io.reactivex:rxjava:1.2.6'
29
}
0 commit comments