Skip to content

Commit

Permalink
Upgrade RxJava to 1.2.+
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesgorman2 authored and NiteshKant committed Nov 4, 2016
1 parent bec4dbd commit 608ec08
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 @@ -28,7 +28,7 @@ configure(subprojects) {
apply plugin: 'java'

dependencies {
compile "io.reactivex:rxjava:1.0.+"
compile "io.reactivex:rxjava:1.2.+"

testCompile 'junit:junit-dep:4.10'
}
Expand Down

0 comments on commit 608ec08

Please sign in to comment.