Add reusable Heluca Google Play publishing guide #2
Reference in New Issue
Block a user
Delete Branch "docs-play-publishing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Adds
docs/google-play-publishing.md— the reusable playbook for taking any Heluca Android app from repo to Google Play, learned from shipping Dade to internal testing. Linked from the README.Covers (full lifecycle)
heluca-uploadkeystore (~/.android,CN=Heluca).-Pandroid.injected.signing.*convention (this repo'stemplates/build.yml), AAB vs APK,versionCodesemver encoding, native debug symbols, minification/mapping, CI secrets, creating the Play listing(s), and the internal-testing + tester-opt-in flow.Reconciles Dade's divergences
Dade shipped before this guide and diverges from the repo's documented convention in a few deliberate ways (custom
signingConfig+DADE_KEYSTORE*env vars instead of-Pandroid.injected.signing.*;UPLOAD_*secret names instead ofKEYSTORE_*/KEY_*;:latestinstead of an immutable toolchain pin; split APK/AAB workflows). The guide tabulates these under Where Dade diverges and steers a new Play-only app toward the template convention and standard secret names (so org-level secrets work across repos).Docs-only; no toolchain or workflow change.
🤖 Generated with Claude Code