I just inherited a project which uses both rxandroidble and rxjava2 (and the associated rxandroid). The previous developer seems to have gotten away with using them together with the versions being just so... But updating any of the related dependencies cause various errors.
Am I correct in assuming rxandroidble is rxjava1 only at this point?
If so, when might there be a version for rxjava2?
Is there a safe (read: stable) way of having both coexist in the same app?