{"id":15040911,"url":"https://github.com/osfunapps/os-android-app-version-changer-py","last_synced_at":"2026-03-14T03:33:32.301Z","repository":{"id":53901013,"uuid":"337365849","full_name":"osfunapps/os-android-app-version-changer-py","owner":"osfunapps","description":"Run this module to change your android app's version code and name externally.","archived":false,"fork":false,"pushed_at":"2021-02-09T10:21:40.000Z","size":4,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T21:14:43.071Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/osfunapps.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-09T10:20:16.000Z","updated_at":"2025-06-28T21:27:11.000Z","dependencies_parsed_at":"2022-08-13T03:50:17.273Z","dependency_job_id":null,"html_url":"https://github.com/osfunapps/os-android-app-version-changer-py","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/osfunapps/os-android-app-version-changer-py","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-android-app-version-changer-py","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-android-app-version-changer-py/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-android-app-version-changer-py/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-android-app-version-changer-py/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/osfunapps","download_url":"https://codeload.github.com/osfunapps/os-android-app-version-changer-py/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/osfunapps%2Fos-android-app-version-changer-py/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270657715,"owners_count":24623465,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T20:45:16.603Z","updated_at":"2026-03-14T03:33:32.254Z","avatar_url":"https://github.com/osfunapps.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n------------\n\nRun this module to change your Android app's version code and name externally.\n\n## Installation\nInstall via pip:\n\n    pip install os-android-app-version-changer\n\n## Quick usage\nDefine your Version properties and run the code:\n\n```python\nfrom os_android_app_version_changer.objs.VersionProperties import VersionProperties\nfrom os_android_app_version_changer import version_changer\n\nversion_props = VersionProperties(new_version_code=VersionProperties.RAISE_VERSION_BY_ONE,\n                                  new_version_name=\"1.0.3\")\n\nversion_changer.change_version(project_path='/path/to/project', \n                               version_properties=version_props)\n```\nNOTICE: NOTICE: each of these properties can also hold, apart from specific versions, ```VersionProperties.KEEP_OLD_VERSION``` or ```VersionProperties.RAISE_VERSION_BY_ONE```.\n\n## Licence\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosfunapps%2Fos-android-app-version-changer-py","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fosfunapps%2Fos-android-app-version-changer-py","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fosfunapps%2Fos-android-app-version-changer-py/lists"}