{"id":21220022,"url":"https://github.com/liuxb-tofu/v3rotatesignerplugin","last_synced_at":"2026-05-21T10:05:33.745Z","repository":{"id":230686869,"uuid":"779657576","full_name":"liuxb-tofu/V3RotateSignerPlugin","owner":"liuxb-tofu","description":"Android V3 signature itself supports old-key rotation, but the AGP plugin does not support this feature. Therefore, if you need to update your Android app signing key, you can use this plugin.","archived":false,"fork":false,"pushed_at":"2024-05-12T10:29:41.000Z","size":113,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T16:46:07.802Z","etag":null,"topics":["android","android-gradle-plugin","android-signing"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/liuxb-tofu.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}},"created_at":"2024-03-30T12:41:22.000Z","updated_at":"2024-07-24T11:34:27.000Z","dependencies_parsed_at":"2024-05-12T11:30:49.925Z","dependency_job_id":"bb31c452-8230-47ba-9208-1188f3f6b0e3","html_url":"https://github.com/liuxb-tofu/V3RotateSignerPlugin","commit_stats":null,"previous_names":["liuxb-tofu/v3rotatesignerplugin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuxb-tofu%2FV3RotateSignerPlugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuxb-tofu%2FV3RotateSignerPlugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuxb-tofu%2FV3RotateSignerPlugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuxb-tofu%2FV3RotateSignerPlugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liuxb-tofu","download_url":"https://codeload.github.com/liuxb-tofu/V3RotateSignerPlugin/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243667967,"owners_count":20328036,"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","android-gradle-plugin","android-signing"],"created_at":"2024-11-20T22:05:12.228Z","updated_at":"2026-05-21T10:05:28.721Z","avatar_url":"https://github.com/liuxb-tofu.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"## V3RotateSignerPlugin\n*Read this in other languages: [English](README.md), [简体中文](README_zh.md).*\n\nAndroid V3 signature itself supports old-key rotation, but the AGP plugin does not support this feature. Therefore, if you need to update your Android app signing key, you can use this plugin.\n\n## How to use\n\n```kotlin\nplugins {\n    // Put it at the bottom to make sure it executes last\n    id(\"io.github.blookliu.v3-rotate-signer\")\n}\n\nV3SigningConfig {\n    oldKeyStore.storeFile = file(\"$projectDir/keystores/old-key.keystore\")\n    oldKeyStore.storePassword = \"abcd1234\"\n\n    newKeyStore.storeFile = file(\"$projectDir/keystores/new-key.keystore\")\n    newKeyStore.storePassword = \"abcd1234\"\n\n    lineage = file(\"$projectDir/keystores/lineage\")\n    // Whether to use an independent gradle task, v3RotateSign${variantName}\n    useSingleTask = false\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuxb-tofu%2Fv3rotatesignerplugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliuxb-tofu%2Fv3rotatesignerplugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuxb-tofu%2Fv3rotatesignerplugin/lists"}