Skip to content

Commit ebd9ffe

Browse files
author
Mikel Pascual
committed
Remove unnecessary dependency
1 parent 9fb18b8 commit ebd9ffe

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ apply plugin: 'osgi'
4848
dependencies {
4949
signature 'org.codehaus.mojo.signature:java16:1.1@signature'
5050

51-
compile "org.reactivestreams:reactive-streams:1.0.0"
52-
compile "io.reactivex.rxjava2:rxjava:2.1.1"
51+
compile "io.reactivex.rxjava2:rxjava:2.1.0"
5352

5453
testCompile group: 'junit', name: 'junit', version: '4.12'
5554

0 commit comments

Comments
 (0)