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.
- package/android/build.gradle +4 -5
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
150
|
-
releaseImplementation(group: 'com.identy.face', name: 'face', version: '6.3.
|
|
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