@regulaforensics/idv-module-document-reader 3.2.48-beta → 3.4.54-beta

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.
@@ -6,7 +6,9 @@ android {
6
6
  compileSdk 36
7
7
 
8
8
  defaultConfig {
9
- minSdkVersion 24
9
+ minSdk 24
10
+
11
+ consumerProguardFiles 'consumer-rules.pro'
10
12
  }
11
13
  }
12
14
 
@@ -20,7 +22,7 @@ rootProject.allprojects {
20
22
 
21
23
  dependencies {
22
24
  implementation 'com.facebook.react:react-native:+'
23
- implementation('com.regula.idv:docreader:3.2.51@aar') {
25
+ implementation('com.regula.idv:docreader:3.3.67@aar') {
24
26
  transitive = true
25
27
  }
26
28
  }
@@ -0,0 +1,2 @@
1
+ -keep class com.regula.idv.docreader.DocReaderModule { *; }
2
+ -keep class com.regula.idv.face.FaceModule { *; }
@@ -1,3 +1,9 @@
1
+ android {
2
+ defaultConfig {
3
+ consumerProguardFiles 'consumer-rules.pro'
4
+ }
5
+ }
6
+
1
7
  repositories {
2
8
  maven {
3
9
  url "https://maven.regulaforensics.com/RegulaDocumentReader"
@@ -6,7 +12,7 @@ repositories {
6
12
 
7
13
  dependencies {
8
14
  //noinspection GradleDependency
9
- implementation('com.regula.idv:docreader:3.2.51@aar') {
15
+ implementation('com.regula.idv:docreader:3.3.67@aar') {
10
16
  transitive = true
11
17
  }
12
18
  }
@@ -14,6 +14,6 @@ Pod::Spec.new do |s|
14
14
 
15
15
  s.source = { http: "file:#{source}" }
16
16
  s.ios.deployment_target = '14.0'
17
- s.dependency 'IDVDocumentReader', '3.2.2397'
17
+ s.dependency 'IDVDocumentReader', '3.3.2763'
18
18
  s.dependency 'React'
19
19
  end
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/idv-module-document-reader",
3
- "version": "3.2.48-beta",
3
+ "version": "3.4.54-beta",
4
4
  "description": "This is an npm module for Regula IDV Module. Use as dependency with @regulaforensics/idv.",
5
5
  "cordova": {
6
6
  "id": "@regulaforensics/idv-module-document-reader",
package/plugin.xml CHANGED
@@ -1,5 +1,5 @@
1
1
  <?xml version='1.0' encoding='utf-8'?>
2
- <plugin id="@regulaforensics/idv-module-document-reader" version="3.2.48-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
2
+ <plugin id="@regulaforensics/idv-module-document-reader" version="3.4.54-beta" xmlns="http://apache.org/cordova/ns/plugins/1.0">
3
3
  <name>IDVModule</name>
4
4
 
5
5
  <platform name="ios">
@@ -8,7 +8,7 @@
8
8
  <source url="https://github.com/CocoaPods/Specs.git" />
9
9
  </config>
10
10
  <pods>
11
- <pod name="IDVDocumentReader" spec="3.2.2397" />
11
+ <pod name="IDVDocumentReader" spec="3.3.2763" />
12
12
  </pods>
13
13
  </podspec>
14
14
  </platform>