The build.gradle (app)
file contains the app's keystore
location and password. So I wonder, if I should include those in a public GitHub repository or not?
My guess would be 'no', and if so, how might I go about this problem? Can I somehow censor it or should I simply not include the files in the commits?
If I should leave them from the commit, how can I solve the problem with pulling the project because the file would be missing?