@regulaforensics/react-native-document-reader-core-ocrandmrz 6.9.0 → 7.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.
@@ -14,7 +14,7 @@ Pod::Spec.new do |s|
14
14
  s.source = { :http => 'file:' + __dir__ }
15
15
 
16
16
  s.ios.deployment_target = '11.0'
17
- s.dependency 'DocumentReaderOCR', '6.9.7945'
17
+ s.dependency 'DocumentReaderOCR', '7.1.8777'
18
18
 
19
19
  s.dependency 'React'
20
20
  end
@@ -1,11 +1,16 @@
1
1
  apply plugin: 'com.android.library'
2
2
 
3
3
  android {
4
- compileSdkVersion 33
4
+ // Conditional for compatibility with AGP <4.2.
5
+ if (project.android.hasProperty("namespace")) {
6
+ namespace 'com.regula.documentreader.core'
7
+ }
8
+
9
+ compileSdk 34
5
10
 
6
11
  defaultConfig {
7
12
  minSdkVersion 21
8
- targetSdkVersion 33
13
+ targetSdk 34
9
14
  versionCode 1
10
15
  versionName "1.0"
11
16
  }
@@ -23,6 +28,6 @@ dependencies {
23
28
  //noinspection GradleDynamicVersion
24
29
  implementation 'com.facebook.react:react-native:+'
25
30
  //noinspection GradleDependency
26
- implementation 'com.regula.documentreader.core:ocrandmrz:6.9.9548'
31
+ implementation 'com.regula.documentreader.core:ocrandmrz:7.1.10519'
27
32
  }
28
33
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/react-native-document-reader-core-ocrandmrz",
3
- "version": "6.9.0",
3
+ "version": "7.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": {