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 bee1b9f commit 0d93d45Copy full SHA for 0d93d45
build.gradle
@@ -18,7 +18,7 @@ sourceCompatibility = JavaVersion.VERSION_1_8
18
targetCompatibility = JavaVersion.VERSION_1_8
19
20
dependencies {
21
- compile 'io.reactivex.rxjava2:rxjava:2.1.0'
+ compile 'io.reactivex.rxjava2:rxjava:2.1.3'
22
testCompile 'junit:junit-dep:4.+'
23
testCompile 'org.mockito:mockito-core:1.8.5'
24
}
0 commit comments