Revert "chore(release): bump to 1.0.52 (versionCode 52)" - #181
Merged
Merged
Conversation
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.
Reverts the version bump merged in #180.
versionCode52 → 51,versionName"1.0.52" → "1.0.51".1.0.52 was never built, signed, uploaded or tagged, so
versionCode 52was never seen by Play and is free to reuse. Puttingmainback to 51 lets the upcoming release workflow perform the 51 → 52 bump itself as its first run — a cleaner end-to-end proof than picking up a half-finished release.The restored
app/build.gradle.ktsblob hashes to7ca07a7, which is exactly the blobmaincarried before #180 — byte-identical, not merely equivalent.Note this is a revert commit, not an erasure: #180 and its merge stay in history. Truly removing them would need a force-push over a protected branch, which isn't worth it for two lines.
🤖 Generated with Claude Code
https://claude.ai/code/session_01Miqsf1M14nY5TKiZHzyjNY
Note
Low Risk
Two-line Gradle metadata change only; no runtime, signing, or Play-facing version was ever published at 52.
Overview
Reverts the release version bump from PR #180 so
mainagain advertisesversionCode51 andversionName1.0.51inapp/build.gradle.kts(down from 52 /1.0.52).Because 1.0.52 was never shipped to Play, resetting the manifest version lets the normal release workflow perform the 51 → 52 bump on its next run instead of inheriting a pre-bumped tree.
Reviewed by Cursor Bugbot for commit d05a083. Bugbot is set up for automated code reviews on this repo. Configure here.