chore(release): bump to 1.0.52 (versionCode 52) - #180
Merged
Merged
Conversation
stozo04
added a commit
that referenced
this pull request
Sep 7, 2026
This reverts the version bump from #180. 1.0.52 was never built, signed, uploaded or tagged, so versionCode 52 is unused and free to reuse. Returning main to 51 lets the upcoming release workflow perform the 51 -> 52 bump itself, end to end, as its first run.
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.
Version delta
versionCode51 → 52,versionName"1.0.51" → "1.0.52". One file, +2/−2 —app/build.gradle.ktsonly.Branched from
main@78c85ea(tip at the time of writing), so this includes #176, #178 and #179.What's landed since
1.0.51.claude/.cursor/.codex) re-synchronizedapp/google-services.json(Firebase config guard inapp/build.gradle.kts, plusscripts/verify-firebase-release-gate.py)pre-pr-sweep.ps1reuses build work, identical-APK installs skipped,docs/guides/verification-performance.mdaddedNo app source changed.
git log 1.0.51..78c85ea -- app/srcis empty — everything since the last tag is build config, verification tooling, docs and skill harness. 1.0.52 carries no user-facing change, which is worth deciding on before drafting Play "What's new".Sweep receipt
Not run.
scripts/pre-pr-sweep.ps1could not run from the session that opened this PR (cloud session; Linux VM bridge has no PowerShell, no Android SDK, JDK 11 only), and the owner directed that the PR be opened without it. The sweep still needs to pass locally before this merges — treat that as an outstanding item on this PR, not a cleared gate.Release bump checklist
N/A — vitals check out of scope for /cut-release, owner call 2026-08-28 (issue #158)How this was created
Branch and bump commit were written through the GitHub API rather than
gitin the mounted working copy — the Linux VM sees the Windows checkout as 476 CRLF-only modifications and cannot unlink.git/index.lock, so any local commit from there would have been unsafe. The commit diff was verified afterwards as exactly the two version lines.🤖 Generated with Claude Code
https://claude.ai/code/session_01Miqsf1M14nY5TKiZHzyjNY
Note
Low Risk
Only Gradle version metadata changed; no app logic, security, or data-handling code in the diff.
Overview
Release-only version bump in
app/build.gradle.kts:versionCode51 → 52 andversionName"1.0.51" → "1.0.52". No application source or runtime behavior changes in this diff.This tags the build for Play distribution; any user-facing changes would come from commits already on the branch since the last release, not from these two lines.
Reviewed by Cursor Bugbot for commit d451250. Bugbot is set up for automated code reviews on this repo. Configure here.