@regulaforensics/react-native-document-reader-core-ocrandmrz 8.3.711-rc → 8.3.726-rc

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.
@@ -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 = '13.0'
17
- s.dependency 'DocumentReaderOCRStage', '8.3.13868'
16
+ s.ios.deployment_target = '14.0'
17
+ s.dependency 'DocumentReaderOCRStage', '8.3.13968'
18
18
 
19
19
  s.dependency 'React'
20
20
  end
@@ -6,11 +6,11 @@ android {
6
6
  namespace 'com.regula.documentreader.core'
7
7
  }
8
8
 
9
- compileSdk 34
9
+ compileSdk 36
10
10
 
11
11
  defaultConfig {
12
- minSdkVersion 21
13
- targetSdk 34
12
+ minSdkVersion 24
13
+ targetSdk 36
14
14
  versionCode 1
15
15
  versionName "1.0"
16
16
  }
@@ -28,6 +28,6 @@ dependencies {
28
28
  //noinspection GradleDynamicVersion
29
29
  implementation 'com.facebook.react:react-native:+'
30
30
  //noinspection GradleDependency
31
- implementation 'com.regula.documentreader.core:ocrandmrz:8.3.14433'
31
+ implementation 'com.regula.documentreader.core:ocrandmrz:8.3.14470'
32
32
  }
33
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-core-ocrandmrz",
3
- "version": "8.3.711-rc",
3
+ "version": "8.3.726-rc",
4
4
  "description": "React Native module for reading and validation of identification documents (Core framework)",
5
5
  "main": "index.js",
6
6
  "scripts": {