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

README unresolvable dependency com.github.ytai.ioio:IOIOLibAndroidBluetooth:$LATEST #265

Closed
topherbuckley opened this issue Jul 26, 2021 · 1 comment

Comments

@topherbuckley
Copy link
Contributor

Not sure if this is intentional or not, but the README specifies dependencies to several libs with the "$LATEST" var. Is this var supposed to resolve or are users supposed to hardcode this to the latest one available by looking on github or jitpack? Is there any way to resolve to the latest one programmatically?

@hannesa2
Copy link
Collaborator

hannesa2 commented Jul 26, 2021

You have to create this variable yourself. It's just here to avoid to edit README.md on each version.
To use always use most recent version you can do

implementation "com.github.ytai.ioio:IOIOLibAndroidBluetooth:+"

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