diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0980a..c14798c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Changelog +### v1.7.8 Oct 12, 2023 + +* Updated to IAP SDK Android to 1.6.5. + ### v1.7.7 Sep 27, 2023 * Updated to IAP SDK iOS to 1.6.2. diff --git a/README.md b/README.md index fed82e1..1e6b2f6 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ The Flutter plugin for Square [In-App Payments SDK] is a wrapper for the native supports the following native In-App Payments SDK versions: * iOS: 1.6.2 - * Android: 1.6.2 + * Android: 1.6.5 ## Additional documentation diff --git a/android/build.gradle b/android/build.gradle index 6be26d2..7376f8a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -24,7 +24,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' -def MIN_IAP_SDK_VERSION = '1.6.2' +def MIN_IAP_SDK_VERSION = '1.6.5' def COMPILE_SDK_VERSION = 33 def TARGET_SDK_VERSION = 33 diff --git a/example/android/build.gradle b/example/android/build.gradle index a6c4128..69c7aaf 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -20,7 +20,7 @@ allprojects { } ext { - sqipVersion = '1.6.2' + sqipVersion = '1.6.5' } rootProject.buildDir = '../build' diff --git a/pubspec.yaml b/pubspec.yaml index eb583c2..44f1c63 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.7 +version: 1.7.8 homepage: https://github.com/square/in-app-payments-flutter-plugin documentation: https://github.com/square/in-app-payments-flutter-plugin