Skip to content

Commit

Permalink
Upgrade to RxJava 2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
akarnokd committed Apr 29, 2017
1 parent e313521 commit df8e698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
signature 'org.codehaus.mojo.signature:java16:1.1@signature'

compile "org.reactivestreams:reactive-streams:1.0.0"
compile "io.reactivex.rxjava2:rxjava:2.0.9"
compile "io.reactivex.rxjava2:rxjava:2.1.0"

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

Expand Down

0 comments on commit df8e698

Please sign in to comment.