scandit-react-native-datacapture-id-voided-detection 8.2.0-beta.1 → 8.2.0

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/THIRD_PARTY.txt CHANGED
@@ -284,7 +284,6 @@ includes components licensed under the following licenses:
284
284
 
285
285
  ================================================================================
286
286
 
287
-
288
287
  Copyright (c) 2017 Ollix
289
288
 
290
289
  Permission is hereby granted, free of charge, to any person
@@ -64,7 +64,7 @@ android {
64
64
  }
65
65
 
66
66
  dependencies {
67
- def sdk_version = "8.2.0-beta.1"
67
+ def sdk_version = "8.2.0"
68
68
 
69
69
  println("Version of the native sdk used in this build: ${safeExtGet('global_sdk_version', sdk_version)}")
70
70
  api "com.scandit.datacapture:id-voided-detection-models:${safeExtGet('global_sdk_version', sdk_version)}"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "scandit-react-native-datacapture-id-voided-detection",
3
- "version": "8.2.0-beta.1",
3
+ "version": "8.2.0",
4
4
  "description": "Scandit Data Capture SDK for React Native",
5
5
  "homepage": "https://github.com/Scandit/scandit-react-native-datacapture-id-voided-detection",
6
6
  "main": "index.js",
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
  s.requires_arc = true
16
16
  s.module_name = "ScanditDataCaptureIdVoidedDetection"
17
17
  s.header_dir = "ScanditDataCaptureIdVoidedDetection"
18
- s.dependency 'ScanditIdVoidedDetection', '= 8.2.0-beta.1'
18
+ s.dependency 'ScanditIdVoidedDetection', '= 8.2.0'
19
19
  s.source_files = "ios/Sources/**/*.{h,m,swift}"
20
20
  s.dependency "React"
21
21
  end