From 39f0120d4b7e71055da2e4d59bd90c8dbd9b1df1 Mon Sep 17 00:00:00 2001 From: Artem Chubaryan Date: Thu, 2 Apr 2026 15:11:36 -0500 Subject: [PATCH] Align docs with current IAP SDK versions (iOS 1.6.5, Android 1.6.8) The podspec and gradle.properties were bumped to iOS `1.6.5` and Android `1.6.8`, but the README, get-started guide, and changelog were never updated to match. Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 4 ++-- docs/get-started.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" } ... }