From ea1ebaed86cea077a584dd43e97749ee1dda1327 Mon Sep 17 00:00:00 2001 From: The Grizzly Labs Date: Wed, 5 Jun 2024 14:21:52 +0000 Subject: [PATCH] Update demos for version 5.0.8 --- android/demo-custom/build.gradle | 2 +- android/demo-simple/build.gradle | 2 +- cordova-plugin-genius-scan-demo/config.xml | 2 +- dotnet-maui/SimpleDemo.csproj | 4 ++-- flutter-plugin-genius-scan-demo/pubspec.lock | 2 +- flutter-plugin-genius-scan-demo/pubspec.yaml | 2 +- ios/GSSDKCustomDemo/GSSDKCustomDemo.xcodeproj/project.pbxproj | 2 +- ios/GSSDKSimpleDemo/GSSDKSimpleDemo.xcodeproj/project.pbxproj | 2 +- react-native-genius-scan-demo/package.json | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/android/demo-custom/build.gradle b/android/demo-custom/build.gradle index c5943cf..a03d056 100644 --- a/android/demo-custom/build.gradle +++ b/android/demo-custom/build.gradle @@ -24,7 +24,7 @@ android { } dependencies { - implementation 'com.geniusscansdk:gssdk:5.0.7' + implementation 'com.geniusscansdk:gssdk:5.0.8' implementation 'androidx.fragment:fragment:1.6.2' implementation 'androidx.appcompat:appcompat:1.6.1' diff --git a/android/demo-simple/build.gradle b/android/demo-simple/build.gradle index 5a25319..635225a 100644 --- a/android/demo-simple/build.gradle +++ b/android/demo-simple/build.gradle @@ -25,7 +25,7 @@ android { } dependencies { - implementation 'com.geniusscansdk:gssdk:5.0.7' + implementation 'com.geniusscansdk:gssdk:5.0.8' implementation 'androidx.appcompat:appcompat:1.6.1' implementation 'com.google.android.material:material:1.10.0' diff --git a/cordova-plugin-genius-scan-demo/config.xml b/cordova-plugin-genius-scan-demo/config.xml index f54ba7c..115842f 100644 --- a/cordova-plugin-genius-scan-demo/config.xml +++ b/cordova-plugin-genius-scan-demo/config.xml @@ -38,7 +38,7 @@ - + diff --git a/dotnet-maui/SimpleDemo.csproj b/dotnet-maui/SimpleDemo.csproj index 4fb0d5c..f28846a 100644 --- a/dotnet-maui/SimpleDemo.csproj +++ b/dotnet-maui/SimpleDemo.csproj @@ -55,10 +55,10 @@ - + - + diff --git a/flutter-plugin-genius-scan-demo/pubspec.lock b/flutter-plugin-genius-scan-demo/pubspec.lock index b64b41d..54c3d4b 100644 --- a/flutter-plugin-genius-scan-demo/pubspec.lock +++ b/flutter-plugin-genius-scan-demo/pubspec.lock @@ -84,7 +84,7 @@ packages: name: flutter_genius_scan url: "https://pub.dartlang.org" source: hosted - version: "5.0.7" + version: "5.0.8" flutter_test: dependency: "direct dev" description: flutter diff --git a/flutter-plugin-genius-scan-demo/pubspec.yaml b/flutter-plugin-genius-scan-demo/pubspec.yaml index 08c79a5..5d324b6 100644 --- a/flutter-plugin-genius-scan-demo/pubspec.yaml +++ b/flutter-plugin-genius-scan-demo/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: open_filex: ^4.3.4 flutter_genius_scan: - version: 5.0.7 + version: 5.0.8 path_provider: ^2.1.1 dev_dependencies: diff --git a/ios/GSSDKCustomDemo/GSSDKCustomDemo.xcodeproj/project.pbxproj b/ios/GSSDKCustomDemo/GSSDKCustomDemo.xcodeproj/project.pbxproj index 1f79cfd..9ef3539 100644 --- a/ios/GSSDKCustomDemo/GSSDKCustomDemo.xcodeproj/project.pbxproj +++ b/ios/GSSDKCustomDemo/GSSDKCustomDemo.xcodeproj/project.pbxproj @@ -449,7 +449,7 @@ repositoryURL = "https://github.com/thegrizzlylabs/geniusscan-sdk-spm"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 5.0.7; + minimumVersion = 5.0.8; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/ios/GSSDKSimpleDemo/GSSDKSimpleDemo.xcodeproj/project.pbxproj b/ios/GSSDKSimpleDemo/GSSDKSimpleDemo.xcodeproj/project.pbxproj index af1d62b..1e2a5e5 100644 --- a/ios/GSSDKSimpleDemo/GSSDKSimpleDemo.xcodeproj/project.pbxproj +++ b/ios/GSSDKSimpleDemo/GSSDKSimpleDemo.xcodeproj/project.pbxproj @@ -539,7 +539,7 @@ repositoryURL = "https://github.com/thegrizzlylabs/geniusscan-sdk-spm"; requirement = { kind = upToNextMajorVersion; - minimumVersion = 5.0.7; + minimumVersion = 5.0.8; }; }; /* End XCRemoteSwiftPackageReference section */ diff --git a/react-native-genius-scan-demo/package.json b/react-native-genius-scan-demo/package.json index f63b658..43b62ce 100644 --- a/react-native-genius-scan-demo/package.json +++ b/react-native-genius-scan-demo/package.json @@ -10,7 +10,7 @@ "lint": "eslint ." }, "dependencies": { - "@thegrizzlylabs/react-native-genius-scan": "^5.0.7", + "@thegrizzlylabs/react-native-genius-scan": "^5.0.8", "react": "18.2.0", "react-native": "0.71.14", "react-native-file-viewer": "^2.1.4"