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 0f16268 commit bcc40c8Copy full SHA for bcc40c8
build.gradle
@@ -13,7 +13,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
13
targetCompatibility = JavaVersion.VERSION_1_8
14
15
dependencies {
16
- compile 'io.reactivex.rxjava2:rxjava:2.0.1'
+ compile 'io.reactivex.rxjava2:rxjava:2.0.6'
17
testCompile 'junit:junit-dep:4.+'
18
testCompile 'org.mockito:mockito-core:1.8.5'
19
}
0 commit comments