Rightpoint / android-template

A `cookiecutter` template for Android projects
28 stars 4 forks source link

Automate keystore generation #48

Open colejd opened 5 years ago

colejd commented 5 years ago

Are we able to make keystore generation part of the initial input steps when running cookiecutter? The AndroidManifest.xml file presupposes that the keystores have a certain name and are in a specific directory, and we already collect that name during the cookiecutter stuff. And since we suggest in the readme that we should share the same password between the keystores, this would help with reducing user error by only needing to ask for it once.