Kegbot / kegbot-android

Android beer kegerator frontend and controller app. Works with a Kegbot server to make your kegerator awesome.
http://kegbot.org/docs/android/
GNU General Public License v2.0
41 stars 53 forks source link

Make usbSerialForAndroid a Jar dep. instead of project dep. #88

Closed loganakamatsu closed 9 years ago

loganakamatsu commented 10 years ago

The jar was created via ./gradlew jar in https://github.com/mik3y/usb-serial-for-android/pull/57

mik3y commented 10 years ago

Ah cool, thanks!

I'm going to wait on this for a little -- I'm investigating a potential bug in Android with concurrent usb requests, so it's helpful to build against source.

Ultimately though we should build against the jar (or even upload it to maven).

loganakamatsu commented 9 years ago

Closing in favor of https://github.com/Kegbot/kegbot-android/pull/104 which uses the maven dependency (conveniently, I might add)