...and do a gradle sync; the file I get in ....gradle\caches\modules-2\files-2.1\com.idevicesinc\sweetblue\4.0.0\c8c54835baab05623de0d1b0da8917cc92952d59\sweetblue-4.0.0.jar only contains html files and no class or java files.
This causes all the lines like "import com.idevicesinc.sweetblue.BleManager;" to fail.
Is there something else I should do to get the jar file with the class data?
The instructions at https://github.com/HubbellCorp/SweetBlue/wiki/Getting-Started appear to be out of date?
When I use
...and do a gradle sync; the file I get in ....gradle\caches\modules-2\files-2.1\com.idevicesinc\sweetblue\4.0.0\c8c54835baab05623de0d1b0da8917cc92952d59\sweetblue-4.0.0.jar only contains html files and no class or java files.
This causes all the lines like "import com.idevicesinc.sweetblue.BleManager;" to fail.
Is there something else I should do to get the jar file with the class data?