Skip to content

chore: bump stripe-ios 26.2.0,stripe-android 23.11.1 - #2519

Open
tjclawson-stripe wants to merge 1 commit into
masterfrom
chore/bump-native-sdks-ios-26.2.0-android-23.11.1
Open

chore: bump stripe-ios 26.2.0,stripe-android 23.11.1#2519
tjclawson-stripe wants to merge 1 commit into
masterfrom
chore/bump-native-sdks-ios-26.2.0-android-23.11.1

Conversation

@tjclawson-stripe

Copy link
Copy Markdown
Collaborator
  • stripe-react-native.podspec: stripe_version26.2.0 (release notes)
  • android/gradle.properties: StripeSdk_stripeVersion23.11.1 (release notes)

Automated by bump-native-sdks

@tjclawson-stripe
tjclawson-stripe requested review from a team as code owners July 7, 2026 10:11
@stripe stripe deleted a comment from tjclawson-stripe Jul 10, 2026
@stripe stripe deleted a comment from tjclawson-stripe Jul 10, 2026
@stripe stripe deleted a comment from tjclawson-stripe Jul 10, 2026
@tjclawson-stripe

Copy link
Copy Markdown
Collaborator Author

CI is failing on this automated native SDK bump PR, so I prepared a Minion task to investigate and fix it.

Create Minion task

Failed checks:

@toluo-stripe
toluo-stripe force-pushed the chore/bump-native-sdks-ios-26.2.0-android-23.11.1 branch from 57d0e33 to 43abfcb Compare July 10, 2026 19:19

Copy link
Copy Markdown
Contributor

CI fix: resolved Podfile.lock merge conflict

Root cause: Bitrise CI was failing with CONFLICT (content): Merge conflict in example/ios/Podfile.lock. This automated bump PR was created before PR #2520 (manual iOS 26.2.0 update) was merged to master. Both PRs updated example/ios/Podfile.lock for stripe-ios 26.2.0, causing a conflict on a single React-Core-prebuilt checksum line.

Fix: Rebased the branch onto master. Since master already had the iOS 26.2.0 Podfile.lock from #2520, the Update podfile.lock commit was dropped (no-op) and the stripe-react-native.podspec iOS bump is also already present on master. The only remaining change is the Android SDK bump (StripeSdk_stripeVersion: 23.11.0 → 23.11.1).

Files changed after rebase:

  • android/gradle.properties: StripeSdk_stripeVersion=23.11.1 (only remaining delta vs master)

Verification: Confirmed no JS/TS code changes; the change is a single Gradle property version bump.

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.

3 participants