android_manifest_bump

0.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i android_manifest_bump

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • arnorhs