pushtorefresh / storio

Reactive API for SQLiteDatabase and ContentResolver.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subscribe not found on asRxSingle!

rezaiyan opened this issue · comments

  StorIOFactory.get(this)
                .put()
                .objects(table)
                .prepare()
                .asRxSingle()
                .subscribe(); // not found method :/

what's my problem

The problem is because storio using rxjava1 but i used rxjava2!
how can solve it?

@rezaiyan sorry, but we didn't finish rxjava2 support yet( #685
For now you can use https://github.com/akarnokd/RxJava2Interop but it will force you to have dependencies to both versions(