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

Update for build tools and dependencies #104

Closed loganakamatsu closed 9 years ago

loganakamatsu commented 9 years ago

This commit should make the project buildable with the latest tools and without needing usb-serial-for-android locally (uses maven). It's mostly removing the .idea files and the breaking DSL changes when the android plugin went 1.0. It also only requires the GCM portions of Google Play Services since we seem to be butting up against the dex method limit when we include it all.

It's also worth noting that this does require updating the Android SDK to latest

mik3y commented 9 years ago

Awesome! A big improvement -- thanks very much!