Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
The In-App Payments plugin for Square [In-App Payments SDK] is a wrapper for the native Android and iOS SDKs and
supports the following native In-App Payments SDK versions:

* iOS: `1.6.3`
* Android: `1.6.6`
* iOS: `1.6.5`
* Android: `1.6.8`

## Additional documentation

Expand Down
2 changes: 1 addition & 1 deletion docs/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ are just examples.
compileSdkVersion = 33
targetSdkVersion = 33
supportLibVersion = "33.0.0"
sqipVersion="1.6.6"
sqipVersion="1.6.8"
}
...
}
Expand Down
Loading