diff --git a/android/demo-custom/build.gradle b/android/demo-custom/build.gradle index 4998839..f505946 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.0-beta3' + implementation 'com.geniusscansdk:gssdk:5.0.0-beta4' 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 eaa5f72..e88820f 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.0-beta3' + implementation 'com.geniusscansdk:gssdk:5.0.0-beta4' 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 6f728ec..04060d7 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 9def0c2..a9fe643 100644 --- a/dotnet-maui/SimpleDemo.csproj +++ b/dotnet-maui/SimpleDemo.csproj @@ -59,10 +59,10 @@ - + - + diff --git a/flutter-plugin-genius-scan-demo/pubspec.lock b/flutter-plugin-genius-scan-demo/pubspec.lock index 3a14786..4cffd2d 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.0-beta3" + version: "5.0.0-beta4" 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 09e7044..5f6ddfc 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.0-beta3 + version: 5.0.0-beta4 path_provider: ^2.1.1 dev_dependencies: diff --git a/react-native-genius-scan-demo/package.json b/react-native-genius-scan-demo/package.json index ae4b59c..e95f180 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.0-beta3", + "@thegrizzlylabs/react-native-genius-scan": "^5.0.0-beta4", "react": "18.2.0", "react-native": "0.71.14", "react-native-file-viewer": "^2.1.4"