smaltby / Canary

A cross-platform mobile application that allows the user to control Spotify solely through voice commands.
MIT License
3 stars 0 forks source link

Make keystore.properties optional for the Android project #26

Closed smaltby closed 6 years ago

smaltby commented 6 years ago

The keystore.properties file is used for building the release version of the Android application. However, since it contains user specific keys, it can't be stored on git, and must be created for each individual. Most users of the project don't need to generate a release version of the project to contribute to it, so the keystore.properties file should be made optional for the gradle build. Currently, it is required, even if the user is only building a debug version.

smaltby commented 6 years ago

Make keystore.properties optional for the Android project

smaltby commented 6 years ago

Resolved as of 21a3895338d5a9d93c8c6c9409fa86fa27fd6614