Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RxValueAnimator support for RxJava 1.2+ #2

Closed
laszlo-galosi opened this issue Jan 4, 2017 · 3 comments
Closed

RxValueAnimator support for RxJava 1.2+ #2

laszlo-galosi opened this issue Jan 4, 2017 · 3 comments

Comments

@laszlo-galosi
Copy link

Recently, RxJava 1.2.0 has been released and they've made some backward-incompatible changes related to Completables, specifically:

  • CompletableSubscriber -> rx.CompletableSubscriber
  • CompletableOnSubscribe -> rx.Completable.OnSubscribe

After upgrading to it, I'm getting the following gradle build issues on :

RxValueAnimator.from(myValueAnimator, animator ->{
              ...
 });

Error:(347, 24) error: cannot access CompletableOnSubscribe class file for rx.Completable$CompletableOnSubscribe not found

@0ximDigital
Copy link
Owner

Hi, thank you for reporting this issue.

I will look into it and publish fix soon, so stay tuned :)

@laszlo-galosi
Copy link
Author

Also look into RxAnimationBuilder which has the same issue too.

@0ximDigital
Copy link
Owner

Fixed in release version 0.9.0.

Once again, thank you for reporting this issue 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants