@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.
package/android/build.gradle
CHANGED
|
@@ -1,11 +1,16 @@
|
|
|
1
1
|
apply plugin: 'com.android.library'
|
|
2
2
|
|
|
3
3
|
android {
|
|
4
|
-
|
|
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
|
-
|
|
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:
|
|
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": "
|
|
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": {
|