os-android-version-changer

will change the version (name and code) of an android app programmatically (dynamically)


Keywords
python, osfunapps, version-code, version-name, android, version, automation
License
MIT
Install
pip install os-android-version-changer==1.02

Documentation

Introduction

Run this module to change your android app's version code and name externally.

Installation

Install via pip:

pip install os-android-version-changer

Usage

From python:

import os_android_version_changer.AppVersionChanger as vc
vc.run('/path/to/project', '2', '10.232')

Or from the command line:

python3 -c 'import os_android_version_changer.AppVersionChanger as vc; vc.run("/path/to/project", "2", "10.232")'

Licence

MIT