@regulaforensics/react-native-document-reader-core-bounds 5.5.0 → 6.1.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/README.md CHANGED
@@ -4,7 +4,7 @@ Regula Document Reader SDK allows you to read various kinds of identification do
4
4
 
5
5
  ## Documentation
6
6
 
7
- The documentation can be found here: [https://docs.regulaforensics.com/react-native](https://docs.regulaforensics.com/react-native).
7
+ The documentation can be found [here](https://docs.regulaforensics.com/develop/doc-reader-sdk/mobile/react-native).
8
8
 
9
9
  ## Demo application
10
- The demo application can be found here: [https://github.com/regulaforensics/react-native-document-reader](https://github.com/regulaforensics/react-native-document-reader).
10
+ The demo application can be found here: [https://github.com/regulaforensics/react-native-document-reader](https://github.com/regulaforensics/react-native-document-reader).
@@ -13,8 +13,8 @@ Pod::Spec.new do |s|
13
13
 
14
14
  s.source = { :http => 'file:' + __dir__ }
15
15
 
16
- s.ios.deployment_target = '9.0.0'
17
- s.dependency 'DocumentReaderBounds', '5.5.4234'
16
+ s.ios.deployment_target = '11.0'
17
+ s.dependency 'DocumentReaderBounds', '6.1.5786'
18
18
 
19
19
  s.dependency 'React'
20
20
  end
@@ -16,7 +16,7 @@ android {
16
16
  buildToolsVersion "30.0.0"
17
17
 
18
18
  defaultConfig {
19
- minSdkVersion 19
19
+ minSdkVersion 21
20
20
  targetSdkVersion 30
21
21
  versionCode 1
22
22
  versionName "1.0"
@@ -34,6 +34,6 @@ dependencies {
34
34
  //noinspection GradleDynamicVersion
35
35
  implementation 'com.facebook.react:react-native:+'
36
36
  //noinspection GradleDependency
37
- implementation 'com.regula.documentreader.core:bounds:5.5.4782'
37
+ implementation 'com.regula.documentreader.core:bounds:6.1.6453'
38
38
  }
39
39
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-core-bounds",
3
- "version": "5.5.0",
3
+ "version": "6.1.0",
4
4
  "description": "React Native module for reading and validation of identification documents (Core framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {