-
Notifications
You must be signed in to change notification settings - Fork 356
Open
Description
Strange issue, implementing the project directly via GitHub is not working:
implementation ("com.github.ytai.ioio:IOIOLibAndroidBluetooth:6.3")
implementation ("com.github.ytai.ioio:IOIOLibAndroidAccessory:6.3")
implementation ("com.github.ytai.ioio:IOIOLibAndroidDevice:6.3")
However, it works if the AAR files are placed in the lib folder:
implementation files("libs/IOIOLibAndroidAccessory-release.aar")
implementation files("libs/IOIOLibAndroidBluetooth-release.aar")
implementation files("libs/IOIOLibAndroidDevice-release.aar")
Metadata
Metadata
Assignees
Labels
No labels