pardom-zz / Ollie

Compile-time active record ORM for Android
Apache License 2.0
417 stars 38 forks source link

RxJava 2.x support #79

Open SMontiel opened 7 years ago

SMontiel commented 7 years ago

Add support for RxJava v2.x

SMontiel commented 7 years ago

For a project (Kanban board) I needed to use Ollie(you know I am lazy like most developers to use SQLite on Android, I think), but I already had a RxJava 2.x dependency and Ollie has RxJava 1.x support.

So I created a new repository, mainly to use JitPack to publish the library, and I added RxJava 2.x support.

Check it out here! README.md is missing, but just copy the URL and paste in JitPack to get the dependency.

What's your opinion, buddy?