You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 16, 2019. It is now read-only.
Even though it is pretty much standard (?) in Android world nowadays and the name of the library implies it,
this library should probably not depend on RxJava.
Instead an additional, reactive adapter could be provided, e.g. com.jenzz:appstate-rx:2.0.0
The text was updated successfully, but these errors were encountered:
Another possibility could be a provided dependency. That way if you call .subscribe() without having the RxJava dependency it will crash.
This is similar to how Retrofit 1 worked, where it could return Observables without having a dependency on RxJava.
Even though it is pretty much standard (?) in Android world nowadays and the name of the library implies it,
this library should probably not depend on RxJava.
Instead an additional, reactive adapter could be provided, e.g. com.jenzz:appstate-rx:2.0.0
The text was updated successfully, but these errors were encountered: