diff --git a/README.md b/README.md index 275b8741..c1b78549 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/get-started.md b/docs/get-started.md index a0bc043c..de799167 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -139,7 +139,7 @@ are just examples. compileSdkVersion = 33 targetSdkVersion = 33 supportLibVersion = "33.0.0" - sqipVersion="1.6.6" + sqipVersion="1.6.8" } ... }