update native sdks to 2.6.0 - #115
Merged
Merged
Conversation
matheuskiser
previously approved these changes
Jul 29, 2026
matheuskiser
previously approved these changes
Jul 29, 2026
Armaxis
reviewed
Jul 29, 2026
| * Cash payments may now be automatically rounded to the nearest five cents for CAD and AUD, and optionally USD when enabled for the seller. Payment results reflect the rounded amount | ||
| * **iOS:** Fixes an issue where calling `authorize` during SDK startup could leave connected readers in an indeterminate state that required reconnecting to become `READY`. Adds support for iOS 27 | ||
| * **Breaking (Android):** Requires `compileSdkVersion` 36 or higher and Android Gradle Plugin `8.9.1` or higher (Gradle `8.13` or higher). Native SDK `2.6.0` pulls in `androidx.core:core:1.18.0`, which enforces these minimums. The example app now uses AGP `8.11.1` and Gradle `8.14` | ||
| * **Breaking (Android):** The native `ExternalPaymentDetails`, `ExternalTenderType` and `Payment.externalDetails` APIs were removed in native SDK `2.6.0`. `SourceType.EXTERNAL` remains available |
Member
There was a problem hiding this comment.
Is this change breaking for RN plugin or no? We changed the same spot on flutter
Collaborator
Author
There was a problem hiding this comment.
Removed. This change do not apply to RN, only to flutter, because our OfflinePayment type didn't have ExternalPaymentDetails field
Armaxis
approved these changes
Jul 30, 2026
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.
Upgrade native sdks to 2.6.0