diff --git a/android/demo-custom/build.gradle b/android/demo-custom/build.gradle index a64054c..c7661ac 100644 --- a/android/demo-custom/build.gradle +++ b/android/demo-custom/build.gradle @@ -19,8 +19,8 @@ android { } dependencies { - implementation 'com.geniusscansdk:gssdk-core:4.15.0' - implementation 'com.geniusscansdk:gssdk-ocr:4.15.0' + implementation 'com.geniusscansdk:gssdk-core:4.16.0' + implementation 'com.geniusscansdk:gssdk-ocr:4.16.0' implementation 'androidx.fragment:fragment:1.6.1' implementation 'androidx.appcompat:appcompat:1.6.1' diff --git a/android/demo-simple/build.gradle b/android/demo-simple/build.gradle index d8b43ca..90ec39c 100644 --- a/android/demo-simple/build.gradle +++ b/android/demo-simple/build.gradle @@ -21,9 +21,9 @@ android { } dependencies { - implementation 'com.geniusscansdk:gssdk-core:4.15.0' - implementation 'com.geniusscansdk:gssdk-ocr:4.15.0' - implementation 'com.geniusscansdk:gssdk-scanflow:4.15.0' + implementation 'com.geniusscansdk:gssdk-core:4.16.0' + implementation 'com.geniusscansdk:gssdk-ocr:4.16.0' + implementation 'com.geniusscansdk:gssdk-scanflow:4.16.0' 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 905a6a9..f424e0b 100644 --- a/cordova-plugin-genius-scan-demo/config.xml +++ b/cordova-plugin-genius-scan-demo/config.xml @@ -33,13 +33,12 @@ - - + diff --git a/dotnet-maui/SimpleDemo.csproj b/dotnet-maui/SimpleDemo.csproj index f155e4a..433abfc 100644 --- a/dotnet-maui/SimpleDemo.csproj +++ b/dotnet-maui/SimpleDemo.csproj @@ -59,10 +59,10 @@ - + - + diff --git a/flutter-plugin-genius-scan-demo/android/app/build.gradle b/flutter-plugin-genius-scan-demo/android/app/build.gradle index b8d97b6..95a4e7c 100644 --- a/flutter-plugin-genius-scan-demo/android/app/build.gradle +++ b/flutter-plugin-genius-scan-demo/android/app/build.gradle @@ -25,7 +25,7 @@ apply plugin: 'com.android.application' apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle" android { - compileSdkVersion 34 + compileSdkVersion 33 lintOptions { disable 'InvalidPackage' @@ -34,7 +34,7 @@ android { defaultConfig { applicationId "com.geniusscansdk.flutter.demo" minSdkVersion 21 - targetSdkVersion 34 + targetSdkVersion 33 versionCode flutterVersionCode.toInteger() versionName flutterVersionName testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/flutter-plugin-genius-scan-demo/android/build.gradle b/flutter-plugin-genius-scan-demo/android/build.gradle index 9881192..b7771a3 100644 --- a/flutter-plugin-genius-scan-demo/android/build.gradle +++ b/flutter-plugin-genius-scan-demo/android/build.gradle @@ -5,7 +5,7 @@ buildscript { } dependencies { - classpath 'com.android.tools.build:gradle:7.4.2' + classpath 'com.android.tools.build:gradle:7.0.3' } } diff --git a/flutter-plugin-genius-scan-demo/android/gradle/wrapper/gradle-wrapper.properties b/flutter-plugin-genius-scan-demo/android/gradle/wrapper/gradle-wrapper.properties index 4c31357..dec8e2e 100644 --- a/flutter-plugin-genius-scan-demo/android/gradle/wrapper/gradle-wrapper.properties +++ b/flutter-plugin-genius-scan-demo/android/gradle/wrapper/gradle-wrapper.properties @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-all.zip diff --git a/flutter-plugin-genius-scan-demo/pubspec.lock b/flutter-plugin-genius-scan-demo/pubspec.lock index 0ce92e5..d052000 100644 --- a/flutter-plugin-genius-scan-demo/pubspec.lock +++ b/flutter-plugin-genius-scan-demo/pubspec.lock @@ -82,10 +82,9 @@ packages: dependency: "direct main" description: name: flutter_genius_scan - sha256: "9e2d79561172af2608fbfd0fe7414e8ae3166c1e08375cb8400c4be3c648d90a" - url: "https://pub.dev" + url: "https://pub.dartlang.org" source: hosted - version: "4.15.0" + version: "4.16.0" 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 af5766d..575031f 100644 --- a/flutter-plugin-genius-scan-demo/pubspec.yaml +++ b/flutter-plugin-genius-scan-demo/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: open_file: ^3.1.0 flutter_genius_scan: - version: 4.15.0 + version: 4.16.0 path_provider: ^2.0.5 dev_dependencies: diff --git a/ios/GSSDKCustomDemo/Podfile b/ios/GSSDKCustomDemo/Podfile index f9db736..a285bc1 100644 --- a/ios/GSSDKCustomDemo/Podfile +++ b/ios/GSSDKCustomDemo/Podfile @@ -2,7 +2,7 @@ platform :ios, '11.0' target 'GSSDKCustomDemo' do - pod 'GSSDK/Core', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.15.0.podspec' - pod 'GSSDK/OCR', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.15.0.podspec' + pod 'GSSDK/Core', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.16.0.podspec' + pod 'GSSDK/OCR', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.16.0.podspec' end diff --git a/ios/GSSDKSimpleDemo/Podfile b/ios/GSSDKSimpleDemo/Podfile index 39eeff0..edf9d6e 100644 --- a/ios/GSSDKSimpleDemo/Podfile +++ b/ios/GSSDKSimpleDemo/Podfile @@ -2,8 +2,8 @@ platform :ios, '11.0' target 'GSSDKSimpleDemo' do - pod 'GSSDK/Core', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.15.0.podspec' - pod 'GSSDK/ScanFlow', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.15.0.podspec' - pod 'GSSDK/OCR', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.15.0.podspec' + pod 'GSSDK/Core', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.16.0.podspec' + pod 'GSSDK/ScanFlow', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.16.0.podspec' + pod 'GSSDK/OCR', :podspec => 'https://s3.amazonaws.com/tgl.geniusscan.sdk/GSSDK-4.16.0.podspec' end diff --git a/react-native-genius-scan-demo/README.md b/react-native-genius-scan-demo/README.md index 4db1b4b..03412a7 100644 --- a/react-native-genius-scan-demo/README.md +++ b/react-native-genius-scan-demo/README.md @@ -1,7 +1,7 @@ # Genius Scan SDK for React Native demo ## Installation -If you don't have it already, install the ReactNative CLI +If you don't have it already, install react native CLI ``` npm install -g react-native-cli ``` @@ -17,6 +17,6 @@ For iOS, run the command `pod install` from the `ios` folder. Run the app in a simulator or on a phone ``` -npx react-native run-ios -npx react-native run-android +react-native run-ios +react-native run-android ``` diff --git a/react-native-genius-scan-demo/android/build.gradle b/react-native-genius-scan-demo/android/build.gradle index 0fced35..364ef35 100644 --- a/react-native-genius-scan-demo/android/build.gradle +++ b/react-native-genius-scan-demo/android/build.gradle @@ -2,9 +2,10 @@ buildscript { ext { + buildToolsVersion = "33.0.0" minSdkVersion = 21 - compileSdkVersion = 34 - targetSdkVersion = 34 + compileSdkVersion = 33 + targetSdkVersion = 33 ndkVersion = "25.1.8937393" } diff --git a/react-native-genius-scan-demo/package-lock.json b/react-native-genius-scan-demo/package-lock.json index 85cbbb2..8cf6bb4 100644 --- a/react-native-genius-scan-demo/package-lock.json +++ b/react-native-genius-scan-demo/package-lock.json @@ -8,7 +8,7 @@ "name": "demo", "version": "0.0.1", "dependencies": { - "@thegrizzlylabs/react-native-genius-scan": "^4.15.0", + "@thegrizzlylabs/react-native-genius-scan": "*", "react": "18.2.0", "react-native": "^0.71.0", "react-native-file-viewer": "^2.1.4", @@ -3889,9 +3889,9 @@ } }, "node_modules/@thegrizzlylabs/react-native-genius-scan": { - "version": "4.15.0", - "resolved": "https://registry.npmjs.org/@thegrizzlylabs/react-native-genius-scan/-/react-native-genius-scan-4.15.0.tgz", - "integrity": "sha512-q61qxeJIqvBRZccYZEcpJXssn0IAuY3/9YtK9ElDWyIm/KYSaPsLUzkLN3avp7GLsZHTXiedyOYj9/on7/fYWw==", + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@thegrizzlylabs/react-native-genius-scan/-/react-native-genius-scan-4.8.0.tgz", + "integrity": "sha512-uyeLsVFO62/5A434/9j1ymV2L4+LMBBAgbIxZ45/2TyWCIsRual6C4kPqWvAtmPlPQ6TgcqBNSIaEIji+7jsOA==", "peerDependencies": { "react-native": ">=0.41.2" } diff --git a/react-native-genius-scan-demo/package.json b/react-native-genius-scan-demo/package.json index dead447..5c95fa8 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": "^4.15.0", + "@thegrizzlylabs/react-native-genius-scan": "^4.16.0", "react": "18.2.0", "react-native": "^0.71.0", "react-native-file-viewer": "^2.1.4",