react-native-zybanbifbio-module 0.5.12 → 0.6.1

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.
@@ -59,79 +59,9 @@ dependencies {
59
59
  implementation 'com.google.android.material:material:1.5.0'
60
60
 
61
61
  /************************gson***********************************/
62
- implementation 'com.google.code.gson:gson:2.8.7'
63
-
64
- /** * Retrofit ***/
65
- implementation 'com.squareup.okhttp3:logging-interceptor:4.7.2'
66
- implementation 'com.squareup.okhttp3:okhttp:4.7.2'
67
- implementation 'com.squareup.retrofit2:retrofit:2.9.0'
68
- implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
69
- /** * Retrofit ***/
70
-
71
- implementation 'androidx.annotation:annotation:1.0.0'
72
-
73
- implementation 'androidx.constraintlayout:constraintlayout:2.1.1'
74
- //implementation 'com.airbnb.android:lottie:3.0.1'
75
-
76
- implementation "pl.droidsonroids.gif:android-gif-drawable:1.2.6"
77
-
78
- implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.20'
79
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4'
80
- implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.1'
81
-
82
- implementation 'morpho.mph_bio_sdk.android:SmartFace:4.32.1@aar'//AGREGAR PRIMORDIAL INIT 0
83
- implementation 'morpho.lkms-android:service_provider_local:1.2.5@aar'//3
84
- implementation 'com.idemia.smartsdk:plugin-core:4.32.1@aar'//5
85
- implementation 'com.idemia.logging:remote-logging:1.0.8@aar'//9
86
- implementation 'com.idemia.smartsdk:smartsdk-face-native-lkms:2.4.0@aar'
87
- //13 cuando se compile la cuenta de zytrust usar implementation 'com.idemia.smartsdk:smartsdk-face-native-lkms:2.4.0@aar'
88
- implementation 'com.idemia.smartsdk:plugin-face:4.32.1@aar' //14
89
- implementation 'com.idemia.lkms:lkms-core:4.1.0@aar'//4
90
- implementation 'com.idemia.smartsdk:plugin-algorithm-f6-0-idd80:4.32.1@aar'//15
91
- implementation 'com.idemia.smartsdk:plugin-face-normal:4.32.1@aar'//12
92
- implementation 'com.morpho.lkms.android.sdk.deviceenvironment:device-environment:2.1.2@aar'//4
93
- implementation 'morpho.lkms-server:lkms-shared:2.1.0-alpha2'//4
94
- implementation 'com.idemia.smartsdk.remote:metadata-crypto:1.0.2'//11 es jar
95
- implementation 'morpho.lkms-server:lkms-client-crypto:2.1.0-alpha2'//4
96
-
97
- implementation(group: 'com.zy.android.lib.bio.facial.api', name: 'facial', version: '1.8.16', ext: 'aar')
98
- implementation(group: 'com.zy.banbif.lib.zylibuiandroid.ui.pantallas', name: 'ui', version: '0.1.20', ext: 'aar')
99
-
100
- /************OCR************/
101
- /**** REGULA FORENCICS*/
102
- /*implementation 'com.regula.documentreader.core:fullrfid:7.3.+@aar'
103
- implementation('com.regula.documentreader:api:7.3.+@aar') {
104
- transitive = true;
105
- }*/
106
-
107
- // --> OCR <--
108
- //implementation files('libs/api-commom-7.3.1787.aar')
109
- //implementation files('libs/api-7.3.10030.aar')
110
- //implementation files('libs/fullauth-7.3.11349.aar')
111
-
112
- /*implementation 'com.google.android.gms:play-services-vision:20.1.3' //Necesaria para OCR
113
- implementation 'com.regula.documentreader.core:fullauth:7.4.11455'
114
- implementation('com.regula.documentreader:api:7.4.10090') {
115
- transitive = true;
116
- }*/
117
- implementation(group: 'com.zy.regula.sdk', name: 'capturaDocumento', version: '1.4.1', ext: 'aar'){
62
+ implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.8.0', ext: 'aar'){
118
63
  transitive = true
119
64
  }
120
-
121
- implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.5.6', ext: 'aar')
122
-
123
- implementation 'net.zetetic:android-database-sqlcipher:4.5.3'
124
- implementation 'org.apache.commons:commons-imaging:1.0-alpha2'
125
- implementation 'androidx.security:security-crypto:1.1.0-alpha01'
126
- implementation 'androidx.activity:activity:1.9.1'
127
-
128
- /*********************ENCRYPTACION SERVICIO**********************/
129
- implementation 'commons-codec:commons-codec:1.10'
130
- implementation 'com.auth0.android:jwtdecode:2.0.0'
131
-
132
- /****************************************************************/
133
-
134
- implementation 'com.airbnb.android:lottie:6.0.1'
135
65
 
136
66
  //FIN_ZY_ZYTRUST
137
67
 
@@ -2,21 +2,6 @@
2
2
  xmlns:tools="http://schemas.android.com/tools"
3
3
  package="com.zybanbifbiomodule">
4
4
 
5
- <application android:allowBackup="true">
6
- <provider
7
- android:name="com.morpho.mph_bio_sdk.android.sdk.content_provider.BioStoreProvider"
8
- android:authorities="${applicationId}.bio_store"
9
- android:readPermission="${applicationId}.NEW_READ_MPH_BIO_SDK_PROVIDER"
10
- android:writePermission="${applicationId}.NEW_WRITE_MPH_BIO_SDK_PROVIDER"
11
- tools:replace="android:authorities, android:readPermission, android:writePermission" />
12
5
 
13
- <provider
14
- android:name="com.morpho.lkms.android.sdk.lkms_core.content_provider.LkmsStoreProvider"
15
- android:authorities="${applicationId}.lkms"
16
- android:readPermission="${applicationId}.NEW_READ_LKMS_LICENSE_PROVIDER"
17
- android:writePermission="${applicationId}.NEW_WRITE_LKMS_LICENSE_PROVIDER"
18
- tools:replace="android:authorities, android:readPermission, android:writePermission" />
19
-
20
- </application>
21
6
 
22
7
  </manifest>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-zybanbifbio-module",
3
- "version": "0.5.12",
3
+ "version": "0.6.1",
4
4
  "description": "bio banbif",
5
5
  "scripts":
6
6
  {