Skip to content

Commit

Permalink
Upgraded android SDK version to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Charmis-Square committed Oct 12, 2023
1 parent 6824776 commit a52e9f3
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ allprojects {
}

ext {
sqipVersion = '1.6.2'
sqipVersion = '1.6.5'
}

rootProject.buildDir = '../build'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit a52e9f3

Please sign in to comment.