mwaylabs / Espresso

The-M-Projects build tools using node.js.
www.the-m-project.org
Other
84 stars 28 forks source link

Add more configuration options for the AndroidManifest.xml #85

Closed siamak-haschemi closed 12 years ago

siamak-haschemi commented 12 years ago

Please add support for permissions, minSdkVersion, versionName, version, ...

See my proposal for permissions and minSdkVersion:

https://github.com/siamak-haschemi/Espresso/commit/e0f9e784598bc07c64531c6d86fddfbfe088cd70

4z3 commented 12 years ago

That's definitely a feature to be considered. But we should aim for a solution, that allows arbitrary modifications to AndroidManifest.xml in a generalized way, so Espresso doesn't have to be extended whenever a new configuration option should be modifiable.