You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As AsyncOnSubscribe has been removed from rx-java version 1.1.0 we are getting ClassNotFound exception when running with that version. The usage needs to be replaced with SyncOnSubscribe.