Skip to content

Commit

Permalink
Merge pull request JakeWharton#181 from JakeWharton/jw/reactive-updates
Browse files Browse the repository at this point in the history
Latest RxJava and RxAndroid.
  • Loading branch information
mattprecious committed Aug 3, 2015
2 parents 14d454f + e05740b commit cbfccd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ dependencies {
internalCompile 'com.squareup.leakcanary:leakcanary-android:1.3'
productionCompile 'com.squareup.leakcanary:leakcanary-android-no-op:1.3'

compile 'io.reactivex:rxjava:1.0.10'
compile 'io.reactivex:rxandroid:0.24.0'
compile 'io.reactivex:rxjava:1.0.13'
compile 'io.reactivex:rxandroid:0.25.0'

compile 'com.jakewharton.threetenabp:threetenabp:1.0.1'

Expand Down

0 comments on commit cbfccd0

Please sign in to comment.