Skip to content

Commit d097fb6

Browse files
Armaxisclaude
andcommitted
Bump IAP SDK Android to 1.6.9
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent d5ff901 commit d097fb6

5 files changed

Lines changed: 15 additions & 3 deletions

File tree

.claude/settings.local.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git checkout *)",
5+
"Bash(git pull *)"
6+
]
7+
}
8+
}

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changelog
22

3+
### v1.7.14 Jul 22, 2026
4+
5+
* Updated to IAP SDK Android to 1.6.9
6+
37
### v1.7.13 Jun 4, 2026
48

59
* Updated to IAP SDK iOS to 1.6.6 (Android remains on 1.6.8)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The Flutter plugin for Square [In-App Payments SDK] is a wrapper for the native
77
supports the following native In-App Payments SDK versions:
88

99
* iOS: 1.6.6
10-
* Android: 1.6.8
10+
* Android: 1.6.9
1111

1212
## Additional documentation
1313

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rootProject.allprojects {
2424

2525
apply plugin: 'com.android.library'
2626

27-
def MIN_IAP_SDK_VERSION = '1.6.8'
27+
def MIN_IAP_SDK_VERSION = '1.6.9'
2828
def COMPILE_SDK_VERSION = 35
2929
def TARGET_SDK_VERSION = 35
3030

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: square_in_app_payments
22
description: An open source Flutter plugin for calling Square’s native In-App Payments SDK to take in-app payments on iOS and Android.
3-
version: 1.7.13
3+
version: 1.7.14
44
homepage: https://github.com/square/in-app-payments-flutter-plugin
55
documentation: https://github.com/square/in-app-payments-flutter-plugin
66

0 commit comments

Comments
 (0)