android_manifest_bump
v0.0.1
Published
Small script to bump the versionName & versionCode in an AndroidManifest.xml file - especially handy when using manifest merging.
Downloads
3
Readme
android_manifest_bump
Small script to bump the versionName & versionCode in an AndroidManifest.xml file. It's especially handy when using manifest merging.
Usage:
$ npm install -g android_manifest_bump
$ android_manifest_bump MyAndroidProj*/AndroidManifest.xml
The version code is always bumped, and optionally you can bump the version name by
a minor or major release. It defaults to patch
. eg.
$ android_manifest_bump --release=minor MyAndroidProj*/AndroidManifest.xml
Todo:
- Allow for only bumping the version name or version code
- Add tests
License:
MIT license