Skip to content

Commit 43c4af7

Browse files
committed
Bump IAP SDK to Android 1.6.8 / iOS 1.6.6
1 parent ed6faa9 commit 43c4af7

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### v2.0.1 Jun 4, 2026
4+
5+
* Upgrade IAP SDK for Android `1.6.8` and for iOS `1.6.6`.
6+
37
### v1.7.6 Jun 03, 2024
48

59
* Upgrade IAP SDK for Android `1.6.6` and for iOS `1.6.3`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
The In-App Payments plugin for Square [In-App Payments SDK] is a wrapper for the native Android and iOS SDKs and
66
supports the following native In-App Payments SDK versions:
77

8-
* iOS: `1.6.5`
8+
* iOS: `1.6.6`
99
* Android: `1.6.8`
1010

1111
## Additional documentation

SquareInAppPayments.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
s.dependency 'SquareInAppPaymentsSDK', $sqipVersion
2525
s.dependency 'SquareBuyerVerificationSDK', $sqipVersion
2626
else
27-
s.dependency 'SquareInAppPaymentsSDK', '1.6.5'
28-
s.dependency 'SquareBuyerVerificationSDK', '1.6.5'
27+
s.dependency 'SquareInAppPaymentsSDK', '1.6.6'
28+
s.dependency 'SquareBuyerVerificationSDK', '1.6.6'
2929
end
3030
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-square-in-app-payments",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"description": "An open source React Native plugin for calling Square’s native In-App Payments SDK to take in-app payments on iOS and Android.",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)