Skip to content

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

License

Notifications You must be signed in to change notification settings

osfunapps/os-android-app-version-changer-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

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

Installation

Install via pip:

pip install os-android-app-version-changer

Quick usage

Define your Version properties and run the code:

from os_android_app_version_changer.objs.VersionProperties import VersionProperties
from os_android_app_version_changer import version_changer

version_props = VersionProperties(new_version_code=VersionProperties.RAISE_VERSION_BY_ONE,
                                  new_version_name="1.0.3")

version_changer.change_version(project_path='/path/to/project', 
                               version_properties=version_props)

NOTICE: NOTICE: each of these properties can also hold, apart from specific versions, VersionProperties.KEEP_OLD_VERSION or VersionProperties.RAISE_VERSION_BY_ONE.

Licence

MIT

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages