{"id":19068056,"url":"https://github.com/ensody/androidmanifest-changer","last_synced_at":"2025-04-28T13:10:07.280Z","repository":{"id":103585606,"uuid":"418142588","full_name":"ensody/androidmanifest-changer","owner":"ensody","description":"Change Android AAB/APK attributes like versionCode, versionName and package name.","archived":false,"fork":false,"pushed_at":"2024-10-01T19:17:35.000Z","size":65,"stargazers_count":25,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-28T13:10:01.482Z","etag":null,"topics":["android","androidmanifest","protobuf","protocol-buffers","versioncode"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ensody.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-10-17T13:36:01.000Z","updated_at":"2025-04-18T23:14:17.000Z","dependencies_parsed_at":"2024-06-20T01:31:54.237Z","dependency_job_id":"47c26ab7-2dfe-4217-8b35-84b274fddc9b","html_url":"https://github.com/ensody/androidmanifest-changer","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ensody%2Fandroidmanifest-changer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ensody%2Fandroidmanifest-changer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ensody%2Fandroidmanifest-changer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ensody%2Fandroidmanifest-changer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ensody","download_url":"https://codeload.github.com/ensody/androidmanifest-changer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251319605,"owners_count":21570427,"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","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":["android","androidmanifest","protobuf","protocol-buffers","versioncode"],"created_at":"2024-11-09T01:03:38.941Z","updated_at":"2025-04-28T13:10:07.061Z","avatar_url":"https://github.com/ensody.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# androidmanifest-changer\n\nChange Android AAB/APK attributes like the versionCode and versionName. This tool modified the binary AndroidManifest.xml within AAB (Bundles) and APK files.\n\n## Supported attributes\n\n* versionCode\n* versionName\n* package\n\n## Usage\n\n```\n# Change only versionCode\nandroidmanifest-changer --versionCode 4 app.aab\n\n# Change multiple values\nandroidmanifest-changer \\\n  --versionCode 4 \\\n  --versionName 1.0.2 \\\n  --package com.some.app \\\n  app.aab\n```\n\nThis will rewrite the given aab/apk with the new values.\n\n## Requirements\n\nThese tools must be installed and reachable on your PATH:\n\n* zip (Go's built-in zip library produces invalid aab/apk files; TODO: find a workaround)\n* aapt2 (only if you want to manipulate APKs)\n\n\n## License\n\n```\nCopyright 2023 Ensody GmbH, Waldemar Kornewald\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n   http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fensody%2Fandroidmanifest-changer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fensody%2Fandroidmanifest-changer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fensody%2Fandroidmanifest-changer/lists"}