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

Fixed #129 #131

Closed rplankenhorn closed 3 years ago

rplankenhorn commented 3 years ago

Found the issue that was causing the crash I was seeing. I ran git bisect again and isolated it down to this commit 9e9f835df27556c260232bb99a4401e97f45bff9. There is a lot going on here so I first started by reverting the entire commit and was able to get the app running. Then, I incrementally added the changes from the original commit until I was able to figure out which change actually caused the issue. Turns out, it was something to do with the guava library version we were including.

Fixes #129

rplankenhorn commented 3 years ago

@mik3y Please review.

rplankenhorn commented 3 years ago

This for some reason doesn't run on devices. Need to find a different solution.