react-native-zyprotectabio-module 1.1.2 → 1.1.4

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.
@@ -139,19 +139,18 @@ dependencies {
139
139
  //INICIO_ZY_ZYTRUST
140
140
  implementation 'androidx.appcompat:appcompat:1.4.0'
141
141
  implementation 'com.google.android.material:material:1.5.0'
142
- implementation(group: 'com.zy.multiempresa.android.lib.protecta', name: 'sdk', version: '1.1.1', ext: 'aar'){
142
+ implementation(group: 'com.zy.multiempresa.android.lib.protecta', name: 'sdk', version: '1.1.3', ext: 'aar'){
143
143
  transitive = true
144
144
  }
145
145
 
146
- implementation(group: 'com.zy.identy.face.protecta', name: 'sdk', version: '6.5.16', ext: 'aar'){
146
+ implementation(group: 'com.zy.identy.face.protecta', name: 'sdk', version: '6.5.17', ext: 'aar'){
147
147
  transitive = true
148
148
  }
149
- debugImplementation(group: 'com.identy.face', name: 'face', version: '6.3.0-develop', ext: 'aar')
150
- releaseImplementation(group: 'com.identy.face', name: 'face', version: '6.3.0', ext: 'aar')
149
+ debugImplementation(group: 'com.identy.face', name: 'face', version: '6.3.2-develop', ext: 'aar')
150
+ releaseImplementation(group: 'com.identy.face', name: 'face', version: '6.3.2', ext: 'aar')
151
151
  //FIN_ZY_ZYTRUST
152
152
  }
153
153
 
154
- // Agrégalo al final del archivo, fuera de cualquier otro bloque
155
154
  configurations.all {
156
155
  resolutionStrategy {
157
156
  force 'org.bouncycastle:bcprov-jdk15to18:1.70'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zyprotectabio-module",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "React Native native module for ZyProtecta biometric integration",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",