raise minsdk in react native#208
Merged
Merged
Conversation
This was referenced May 26, 2026
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
markmur
approved these changes
May 26, 2026
d655e1d to
9f3c1f9
Compare
183b81a to
98cdd33
Compare
9f3c1f9 to
37096f9
Compare
kieran-osgood-shopify
approved these changes
May 26, 2026
Contributor
Author
Merge activity
|
37096f9 to
7755a7b
Compare
7755a7b to
d7958ff
Compare
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.

What changes are you making?
Raises the React Native Android wrapper minimum SDK from API 23 to API 24.
The native Android SDK remains at
minSdk = 23for broad direct Android support. The React Native wrapper now uses API 24 because v4 already requires React Native>=0.76, and that RN line has an Android API 24 platform floor. This keeps the wrapper aligned with the RN ecosystem without unnecessarily raising the native Android SDK floor.Also updates the React Native README minimum Android requirement from 23 to 24.
Verification
pnpm test:android -- --localgit -c core.fsmonitor=false diff --checkHow to test
Before you merge
Important
platforms/swift/README.mdand/orplatforms/android/README.md)Releasing a new Swift version?
ShopifyCheckoutKit.podspecplatforms/swift/Sources/ShopifyCheckoutKit/ShopifyCheckoutKit.swiftplatforms/swift/CHANGELOG.mdplatforms/swift/README.md(major version only)Releasing a new Android version?
versionNameinplatforms/android/lib/build.gradleplatforms/android/CHANGELOG.mdplatforms/android/README.mdTip
See the Contributing documentation for the full release process per platform.