react-native-zybanbifbio-module 0.5.1 → 0.5.2

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.
@@ -103,9 +103,9 @@ dependencies {
103
103
  implementation('com.regula.documentreader:api:7.4.10090') {
104
104
  transitive = true;
105
105
  }
106
- implementation(group: 'com.zy.regula.sdk', name: 'capturaDocumento', version: '1.3.7', ext: 'aar')
106
+ implementation(group: 'com.zy.regula.sdk', name: 'capturaDocumento', version: '1.4.0', ext: 'aar')
107
107
 
108
- implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.5.0', ext: 'aar')
108
+ implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.5.1', ext: 'aar')
109
109
 
110
110
  implementation 'net.zetetic:android-database-sqlcipher:4.5.3'
111
111
  implementation 'org.apache.commons:commons-imaging:1.0-alpha2'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.5.1",
3
+ "version": "0.5.2",
4
4
  "description": "bio banbif",
5
5
  "scripts":
6
6
  {
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
15
15
  s.source = { :git => "https://github.com/ZYTRUST/react-native-zybanbifbio-module.git", :tag => "#{s.version}" }
16
16
  s.source_files = "ios/*.{h,m,mm}"
17
17
 
18
- s.dependency 'zy_banbif_bio_lib_ios', '1.1.7'
18
+ s.dependency 'zy_banbif_bio_lib_ios', '1.2.0'
19
19
  s.dependency 'React'
20
20
 
21
21
  end