Skip to content

docs: correct debug applicationId and google-services.json path - #1283

Merged
bmc08gt merged 1 commit into
code/cashfrom
docs/fix-build-doc-paths
Aug 20, 2026
Merged

docs: correct debug applicationId and google-services.json path#1283
bmc08gt merged 1 commit into
code/cashfrom
docs/fix-build-doc-paths

Conversation

@bmc08gt

@bmc08gt bmc08gt commented Aug 20, 2026

Copy link
Copy Markdown
Collaborator

Two build-setup claims in the docs no longer match the build.

Debug applicationId — the docs say debug installs as com.flipcash.app.android.dev. There is no applicationIdSuffix anywhere in the Gradle files; apps/flipcash/app/build.gradle.kts sets applicationId = appNamespace with no per-buildType override, so debug and release share com.flipcash.app.android and installing one replaces the other. Found this the hard way — adb shell monkey -p com.flipcash.app.android.dev returns "No activities found to run".

google-services.json location — the docs point only at apps/flipcash/app/src/. The checked-out copy actually lives at the module root, apps/flipcash/app/, and builds fine from there (processDebugGoogleServices --rerun-tasks passes). CI writes it to src/ (.github/workflows/ci.yml:65) and also passes, so the Google Services plugin accepts either — the docs now say so rather than naming one path.

Same two claims were repeated across CLAUDE.md, docs/architecture/10-build-and-run.md, and docs/architecture/08-cross-cutting-concerns.md.

@github-actions github-actions Bot added the type: docs Documentation label Aug 20, 2026
@bmc08gt
bmc08gt merged commit f0e8380 into code/cash Aug 20, 2026
3 checks passed
@bmc08gt
bmc08gt deleted the docs/fix-build-doc-paths branch August 27, 2026 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: docs Documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant