Thanks to visit codestin.com
Credit goes to github.com

Skip to content

REL: bump to 8.0.0#8444

Merged
Overtorment merged 1 commit into
masterfrom
ops-bump-to-8-0-0
Mar 30, 2026
Merged

REL: bump to 8.0.0#8444
Overtorment merged 1 commit into
masterfrom
ops-bump-to-8-0-0

Conversation

@Overtorment

@Overtorment Overtorment commented Mar 29, 2026

Copy link
Copy Markdown
Member

Note

Low Risk
Low risk: this is a version/marketing bump only, with no functional code changes. Main risk is release metadata inconsistencies if other platform/version references exist elsewhere.

Overview
Bumps the app version from 7.2.7 to 8.0.0 across release metadata.

Updates Android versionName, iOS MARKETING_VERSION (app + extensions/widgets/watch), and the npm package.json/package-lock.json version fields to keep platform builds in sync.

Written by Cursor Bugbot for commit 6732265. This will update automatically on new commits. Configure here.

@Overtorment Overtorment requested a review from marcosrdz March 29, 2026 21:59
@GladosBlueWallet

Copy link
Copy Markdown
Collaborator

Wake the fuck up samurai, we have PRs to merge

image

[all PRs for @marcosrdz] https://github.com/BlueWallet/BlueWallet/pulls/review-requested/marcosrdz

@GladosBlueWallet GladosBlueWallet left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated review chamber report: this release bump still has a couple of platform-specific ways to disappoint the deployment pipeline.

Comment thread android/app/build.gradle
@@ -87,7 +87,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Android release bookkeeping is still pinned to versionCode 1. Charming. Bumping only versionName means Google Play sees no monotonically increasing build number, so a new upload can be rejected or fail to upgrade cleanly over an existing release. This needs a fresh versionCode for 8.0.0 as well.

"$(inherited)",
);
MARKETING_VERSION = 7.2.7;
MARKETING_VERSION = 8.0.0;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Only MARKETING_VERSION changed here; the adjacent CURRENT_PROJECT_VERSION stayed the same. That leaves the iOS/macOS build number unchanged, which is exactly the sort of detail App Store Connect/TestFlight likes to punish with duplicate-build-number rejections on the next submission.

@Overtorment Overtorment merged commit 24a069f into master Mar 30, 2026
14 checks passed
@Overtorment Overtorment deleted the ops-bump-to-8-0-0 branch March 30, 2026 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants