Prepare Android Play publishing and store listing kit - #15
Merged
Merged
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
bcbetterninja
added a commit
that referenced
this pull request
Sep 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Android releases currently provide signed APK downloads but have no Google Play delivery path. Prepare verified AAB artifacts and a disabled-by-default publisher: master/dev and beta releases go to internal or a configured test track; stable version tags submit to production. Publishing uses GitHub OIDC, the same run's verified artifact, version/digest checks and a validated Play edit.
Add an English store kit (descriptions, release-note template, icon, feature graphic and TV banner), screenshot capture tooling and initial Android string resources. Update target SDK to 36, AGP to 8.9.2 and Gradle to 8.11.1. CI verifies bundle signatures/native alignment and exercises Android 16 alongside the existing emulator tests.
Setup still required
Publishing stays disabled until Play Console app creation, existing app-signing-key import, initial manual release, Google federation/service-account access, store declarations and reviewer access are complete. Real screenshots, support/privacy details and language approval remain owner inputs. The runbook lists exact GitHub variables/environments and release triggers. This PR does not create accounts, upload to Play or claim finished translations/policy declarations.
Validation
Separate from tenant dashboard isolation PR #14.