react-native-zybanbifbio-module 0.5.3 → 0.5.5
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 +20 -7
- package/package.json +1 -1
package/android/build.gradle
CHANGED
|
@@ -98,14 +98,27 @@ dependencies {
|
|
|
98
98
|
implementation(group: 'com.zy.banbif.lib.zylibuiandroid.ui.pantallas', name: 'ui', version: '0.1.20', ext: 'aar')
|
|
99
99
|
|
|
100
100
|
/************OCR************/
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
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'){
|
|
118
|
+
transitive = true
|
|
105
119
|
}
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.5.2', ext: 'aar')
|
|
120
|
+
|
|
121
|
+
implementation(group: 'com.zy.banbif.android.lib.sdk', name: 'validacionfacial', version: '5.5.3', ext: 'aar')
|
|
109
122
|
|
|
110
123
|
implementation 'net.zetetic:android-database-sqlcipher:4.5.3'
|
|
111
124
|
implementation 'org.apache.commons:commons-imaging:1.0-alpha2'
|