From 4c6709580ea4de8aa7bc81d8bd77c626e6f628d8 Mon Sep 17 00:00:00 2001 From: Shauna Kimura Date: Tue, 28 Jan 2025 13:07:55 -0500 Subject: [PATCH] IAP SDK Release 1.7.10 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff69986..1b5b1ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ ## Changelog +### v1.7.10 Jan 28, 2025 + +* Upgraded plugin to be compatible with AGP-8.x.x. +* Addresses compatibility issues on newer versions of Android Gradle Plugin (AGP) and updates +* the Java implementation to align with the latest Android development standards. +* See PR 254: https://github.com/square/in-app-payments-flutter-plugin/pull/254 (Thanks to SSamratR) + ### v1.7.9 May 31, 2024 * Updated to IAP SDK Android to 1.6.6 and iOS to 1.6.3. diff --git a/pubspec.yaml b/pubspec.yaml index c6753d6..b86c1b8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: square_in_app_payments description: An open source Flutter plugin for calling Square’s native In-App Payments SDK to take in-app payments on iOS and Android. -version: 1.7.9 +version: 1.7.10 homepage: https://github.com/square/in-app-payments-flutter-plugin documentation: https://github.com/square/in-app-payments-flutter-plugin