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

ReactiveX imports failing #20

Open
chrissyast opened this issue Oct 28, 2020 · 2 comments
Open

ReactiveX imports failing #20

chrissyast opened this issue Oct 28, 2020 · 2 comments

Comments

@chrissyast
Copy link

Firstly the "Contribute" link broken on README file is broken.

How do I build the app?

My build is failing on the imports

import io.reactivex.annotations.NonNull;
import io.reactivex.disposables.Disposable;
import io.reactivex.functions.Consumer;

I can't find these libraries on Maven.

@fennifith
Copy link
Owner

The documentation in this repo is not well maintained right now... I would improve it, but I'm actually planning to move the repository to code.horrific.dev, so any contributing instructions I add will likely be placed there when I have the time. (this repo will become a mirror, so pull requests here will still work)

I recommend building from the develop branch - it isn't entirely stable, but is close to a new release, and also removes the particular dependency that is causing this error.

@chrissyast
Copy link
Author

@fennifith thanks for the reply. In the end I was able to fix that dependency problem and build from master. I arrived at your repo because I am trying to build a metronome app but have been having issues with inconsistent intervals so wanted to see how other developers dealt with the issue, but I see you also have this issue!

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

No branches or pull requests

2 participants