0.0.1 • Published 10 years ago

android_manifest_bump v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
10 years ago

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