scandit-react-native-datacapture-parser 7.3.1 → 7.3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/android/build.gradle
CHANGED
|
@@ -68,7 +68,7 @@ if (file( "${rootProject.projectDir}/build-test.gradle").exists()) {
|
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
dependencies {
|
|
71
|
-
def sdk_version = "7.3.
|
|
71
|
+
def sdk_version = "7.3.2"
|
|
72
72
|
|
|
73
73
|
println("Version of the native sdk used in this build: ${safeExtGet('global_sdk_version', sdk_version)}")
|
|
74
74
|
api project(path: ':scandit-react-native-datacapture-core')
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "scandit-react-native-datacapture-parser",
|
|
3
|
-
"version": "7.3.
|
|
3
|
+
"version": "7.3.2",
|
|
4
4
|
"description": "Scandit Data Capture SDK for React Native",
|
|
5
5
|
"homepage": "https://github.com/Scandit/scandit-react-native-datacapture-parser",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"rollup-plugin-modify": "3.0.0"
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"scandit-react-native-datacapture-core": "7.3.
|
|
40
|
-
"scandit-datacapture-frameworks-core": "7.3.
|
|
39
|
+
"scandit-react-native-datacapture-core": "7.3.2",
|
|
40
|
+
"scandit-datacapture-frameworks-core": "7.3.2"
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -21,6 +21,6 @@ Pod::Spec.new do |s|
|
|
|
21
21
|
|
|
22
22
|
s.dependency "React"
|
|
23
23
|
s.dependency "scandit-react-native-datacapture-core", "= #{version}"
|
|
24
|
-
s.dependency "scandit-datacapture-frameworks-parser", '= 7.3.
|
|
24
|
+
s.dependency "scandit-datacapture-frameworks-parser", '= 7.3.2'
|
|
25
25
|
end
|
|
26
26
|
|