levibostian / AndroidBlanky

Create a new Android app fast. Comes pre-installed with libraries you already use.
7 stars 0 forks source link

Make project compatible with open source projects #35

Closed levibostian closed 6 years ago

levibostian commented 6 years ago

Right now, in the README setup for the project, it assumes that you are creating a closed source project because it asks you to save your key secrets and stuff to the project.

I would rather have it be open-source-first and simply compatible with closed source.

So, using environment variables from Docker to compile the project, for example.


To do this, I recommend going through the README, finding places where private data would be exposed in the instructions, and refactoring the project to having it work better with open source projects. Then, edit the README docs for the refactor.

levibostian commented 6 years ago

Closing. In the description I talk about Docker? This must be for another project. My bad.