ytai / ioio

Software, firmware and hardware of the IOIO - I/O for Android
Apache License 2.0
746 stars 355 forks source link

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

Closed topherbuckley closed 2 years ago

topherbuckley commented 2 years ago

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 commented 2 years ago

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:+"