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
Looks like AutoDispose 0.3.0 is compatible only with android.arch.lifecycle 1.0.0-beta1 and the move to rc1 is not backwards compatible:
java.lang.ClassCastException: com.uber.autodispose.android.lifecycle.LifecycleEventsObservable_ArchLifecycleObserver_LifecycleAdapter cannot be cast to android.arch.lifecycle.GeneratedAdapter
This is probably fixed by the bump to use rc1 in PR #111.
This issue can serve as a sentry until that PR Is committed and a new version is released.
The text was updated successfully, but these errors were encountered:
Looks like AutoDispose 0.3.0 is compatible only with android.arch.lifecycle 1.0.0-beta1 and the move to rc1 is not backwards compatible:
This is probably fixed by the bump to use rc1 in PR #111.
This issue can serve as a sentry until that PR Is committed and a new version is released.
The text was updated successfully, but these errors were encountered: