Before the 1.4 update you could just write:
.observeOn(AndroidSchedulers.mainThread())
and import rx.android.schedulers.AndroidSchedulers; but now I can not make this work.
Is this moved / removed or does it exist another implementation now to get similar effect?