Bump to 9.2.2 (versionCode 305) so a testing build can install over 9.2.2/304 - #998
Merged
Conversation
….2.2/304 main has been on 9.2.1 for 42 commits. That was invisible until the testing build cut from main stamped 9.2.1 / versionCode 303, and Android refused to install it over the 29 July staging build (9.2.2 / versionCode 304) — a downgrade, surfaced as the unhelpful "App not installed". versionCode goes to 305 rather than 304 because 304 is already published on the rolling testing-latest tag; reusing it would leave two different builds sharing a code. MARKETING_VERSION and versionName move together per CLAUDE.md. No release notes here — this is the version bump only, and 9.2.2's notes still owe users the user-visible changes from the last 42 commits (Effort shifts from #963 and #992, the new Apple Health permission prompt, the Oura resting-HR heal that needs a re-sync, and the sleep-staging change from #987).
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 bump only, no code.
Why now
The testing build cut from
mainan hour ago compiled green on all three platforms — but would not install on a phone carrying the 29 July staging build:Android refuses a lower
versionCodeover a higher one and reports it as "App not installed", which names neither the cause nor the file.mainhas sat on 9.2.1 for 42 commits; the bump was simply overdue and this is what made it visible.versionCodegoes to 305, not 304, because 304 is already published on the rollingtesting-latesttag — reusing it would leave two different builds sharing a code.MARKETING_VERSIONandversionNamemove together, perCLAUDE.md.Not in this PR
Release notes. 9.2.2 still owes users the visible changes from those 42 commits, and they are not cosmetic:
That is a notes-writing job rather than a bump, so it is deliberately separate.