tanallnight / Blip

A simple open source XKCD Reader
Apache License 2.0
29 stars 6 forks source link

Unable to build due to missing Keys file #22

Open msolnit opened 8 years ago

msolnit commented 8 years ago

I'm attempting to build the Blip app in Android Studio, and have run into a few issues. Currently I'm stuck on a compilation failure in DonateActivity, because it's looking for a Keys class that doesn't exist.

I'm guessing that this file wasn't included in Git because it contains personal Google Play Store keys. This completely makes sense, but could some kind of "dummy file" be added to Git, so that passers-by could still clone and build?