react-native-zybanbifbio-module 0.4.0 → 0.4.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.
package/README.md CHANGED
@@ -1,15 +1,20 @@
1
1
  # react-native-zybanbifbio-module
2
2
 
3
3
  Libreria la cual es encargada de verificación biométrica de personas peruanas.
4
- Esta libreria esta diseñada especificamente para le empresa 11.
4
+ Esta libreria esta diseñada especificamente para le empresa 11 poc.
5
5
 
6
6
  ## Anotaciones
7
- -iOS: version para iOS fue compilada con XCODE 16.0, es decir que el preoyecto debe utilizar XCODE 16.0 o superior , ademas el tarjet minimo es ios 13.0
8
- -Android: version minima de android es 22, version compilada con compileSDK 34, se recomienda usar compileSDK 34 o superior
7
+
8
+ ### iOS: version para iOS fue compilada con XCODE 15.4, es decir que el preoyecto debe utilizar XCODE 15.4 o superior , ademas el tarjet minimo es ios 13.0
9
+ ### Android: version minima de android es 22, version compilada con compileSDK 34, se recomienda usar compileSDK 34 o superior
9
10
 
10
11
  ## NOTAS:
11
- -La versión 0.4.0 o superior usa la nueva estructurá en el request -> opciones
12
+ ```
13
+ La versión 0.4.0 o superior usa la nueva estructurá en el request -> opciones
14
+ ```
15
+ ```
12
16
  ejm. NativeModules.ZyBanbifBioRn.validacionFacialOcr(opciones).then(result => {})
17
+ ```
13
18
 
14
19
 
15
20
  ## Installation
@@ -93,8 +93,8 @@ dependencies {
93
93
  implementation 'com.idemia.smartsdk.remote:metadata-crypto:1.0.2'//11 es jar
94
94
  implementation 'morpho.lkms-server:lkms-client-crypto:2.1.0-alpha2'//4
95
95
 
96
- implementation(group: 'com.zy.android.lib.bio.facial.api', name: 'facial', version: '1.8.11', ext: 'aar')
97
- implementation(group: 'com.zy.banbif.lib.zylibuiandroid.ui.pantallas', name: 'ui', version: '0.1.16', ext: 'aar')
96
+ implementation(group: 'com.zy.android.lib.bio.facial.api', name: 'facial', version: '1.8.13', ext: 'aar')
97
+ implementation(group: 'com.zy.banbif.lib.zylibuiandroid.ui.pantallas', name: 'ui', version: '0.1.19', ext: 'aar')
98
98
 
99
99
  /************OCR************/
100
100
  implementation 'com.google.android.gms:play-services-vision:20.1.3'
@@ -104,7 +104,7 @@ dependencies {
104
104
  }
105
105
  implementation(group: 'com.zy.regula.sdk', name: 'capturaDocumento', version: '1.2.8', ext: 'aar')
106
106
 
107
- implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.4.0', ext: 'aar')
107
+ implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.4.2', ext: 'aar')
108
108
 
109
109
  implementation 'net.zetetic:android-database-sqlcipher:4.5.3'
110
110
  implementation 'org.apache.commons:commons-imaging:1.0-alpha2'
@@ -0,0 +1,5 @@
1
+ ZybanbifbioModule_kotlinVersion=1.7.0
2
+ ZybanbifbioModule_minSdkVersion=21
3
+ ZybanbifbioModule_targetSdkVersion=31
4
+ ZybanbifbioModule_compileSdkVersion=31
5
+ ZybanbifbioModule_ndkversion=21.4.7075529
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.4.0",
3
+ "version": "0.4.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.0.5'
18
+ s.dependency 'zy_banbif_bio_lib_ios', '1.0.8'
19
19
  s.dependency 'React'
20
20
 
21
21
  end