willowtreeapps / willowtreeapps/vocable-android
Complete Play Console health declaration to unblock release uploads
@Mansimran-Singh is already working on this.
Since Aug 18, 2026.
- Dominant language
- Kotlin
- Stars
- 127
- Forks
- 21
- Avg merge
- 16m
- Merged PRs (30d)
- 4
Description
Part of #626
Why
The last three consecutive alpha-track uploads (via pre-release-upload.yml) all get through build, signing, device tests, and Firebase distribution successfully, then fail on the final Play Store commit step with You must complete the health declaration. This is a Play Console App Content compliance gate, not a CI or credentials problem, and it currently blocks every automated upload to any track.
Scope
Complete the Health apps declaration in Play Console (App content section) for com.willowtree.vocable so automated track uploads stop failing at the commit step.
Acceptance Criteria
- Health apps declaration completed in Play Console under App content
- Confirmed by re-running
pre-release-upload.yml(or observing the next merge-to-main run) and seeing the Upload to Play Store step succeed past the previous failure point
Out of Scope
- Any other Play Console declarations/policy gates not currently blocking uploads
- The versionCode and credential issues tracked separately under #626
Links
- None
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.