Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

v3.1.0

Latest
Compare
Choose a tag to compare
@anupcowkur anupcowkur released this 03 Aug 11:58
· 5 commits to master since this release
  • Fixes a bug (#37) where RxJava was not an optional dependency
  • Changes public API to use actionUsingObservable format for Rx variants of methods to avoid confusion with regular Async methods that use AsyncTasks. For example, Rx variant of getAsyncis now getUsingObservable.