Skip to content

Commit

Permalink
Flutter ReaderSDK version update 4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilay-squareup committed Sep 10, 2024
1 parent 0066174 commit f7137f0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

def DEFAULT_PLAY_SERVICES_BASE_VERSION = '16.0.1'
def READER_SDK_VERSION = '1.7.5'
def READER_SDK_VERSION = '1.7.7'

android {
compileSdkVersion 34
Expand Down
2 changes: 1 addition & 1 deletion doc/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies:

...

square_reader_sdk: ^4.0.0
square_reader_sdk: ^4.0.2
```
## Step 3: Request Reader SDK credentials
Expand Down
2 changes: 1 addition & 1 deletion example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ allprojects {
ext {
// Override the reader sdk version with this parameter
// Make sure the version is above min version 1.7.5
readerSdkVersion = "1.7.5"
readerSdkVersion = "1.7.7"
}

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_reader_sdk
description: An open source Flutter plugin for calling Square’s native Reader SDK implementations to take in-person payments on iOS and Android.
version: 4.0.0
version: 4.0.2
homepage: https://github.com/square/reader-sdk-flutter-plugin

environment:
Expand Down

0 comments on commit f7137f0

Please sign in to comment.