freeletics / RxRedux

Redux implementation based on RxJava
https://freeletics.engineering/2018/08/16/rxredux.html
Apache License 2.0
567 stars 34 forks source link

Update to rx java3 #122

Closed SylvainGirod closed 2 years ago

SylvainGirod commented 4 years ago

This PR is an attempt to create a version of RxRedux compatible with RxJava 3.

I think that this PR should not me merged as-is, but may be used to create a new version of RxRedux, allowing people to use RxRedux with RxJava 2 and 3 as they wish.

Should resolve #121

hoc081098 commented 3 years ago

Any progress on this?