We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fb18b8 commit ebd9ffeCopy full SHA for ebd9ffe
1 file changed
build.gradle
@@ -48,8 +48,7 @@ apply plugin: 'osgi'
48
dependencies {
49
signature 'org.codehaus.mojo.signature:java16:1.1@signature'
50
51
- compile "org.reactivestreams:reactive-streams:1.0.0"
52
- compile "io.reactivex.rxjava2:rxjava:2.1.1"
+ compile "io.reactivex.rxjava2:rxjava:2.1.0"
53
54
testCompile group: 'junit', name: 'junit', version: '4.12'
55
0 commit comments