diff --git a/android/build.gradle b/android/build.gradle index 1ae1ecf..c403dfd 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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 diff --git a/doc/get-started.md b/doc/get-started.md index 235200c..c370fda 100644 --- a/doc/get-started.md +++ b/doc/get-started.md @@ -51,7 +51,7 @@ dependencies: ... - square_reader_sdk: ^4.0.0 + square_reader_sdk: ^4.0.2 ``` ## Step 3: Request Reader SDK credentials diff --git a/example/android/build.gradle b/example/android/build.gradle index f7949ba..6e8070b 100644 --- a/example/android/build.gradle +++ b/example/android/build.gradle @@ -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' diff --git a/pubspec.yaml b/pubspec.yaml index f1b4b4a..8b5404d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: