airbnb / RxGroups

Easily group RxJava Observables together and tie them to your Android Activity lifecycle
Apache License 2.0
693 stars 44 forks source link

Bump buildTools, sdkVersion and dependencies #26

Closed felipecsl closed 8 years ago

felipecsl commented 8 years ago

Test changes were required since RxJava 1.1.6 changed the way ReplaySubject works in a way that broke reusing the same TestSubscriber more than once. (See comments here: https://github.com/ReactiveX/RxJava/pull/4225#issuecomment-242952697) Fixed tests by using a TestObserver that can be reused multiple times.

@elihart

elihart commented 8 years ago

:+1: lgtm